Merge branch 'bugfix'
This commit is contained in:
commit
11cf3b6daf
|
@ -2052,8 +2052,7 @@ Once computed, the results remain cached."
|
|||
(let ((math-example "1 + 1 = 2"))
|
||||
(let* ((input-file (make-temp-file "test" nil ".texi"))
|
||||
(output-file
|
||||
(file-name-with-extension
|
||||
(file-name-sans-extension input-file) "info"))
|
||||
(concat (file-name-sans-extension input-file) ".info"))
|
||||
(input-content (string-join
|
||||
(list (format "@setfilename %s" output-file)
|
||||
"@node Top"
|
||||
|
|
Loading…
Reference in New Issue