mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(texinfo-format-buffer-1): Call buffer-disable-undo.
This commit is contained in:
parent
fc2c88874c
commit
e4e8e01e8d
1 changed files with 1 additions and 0 deletions
|
|
@ -378,6 +378,7 @@ if large. You can use Info-split to do this manually."
|
|||
(find-file outfile)
|
||||
(texinfo-mode)
|
||||
(erase-buffer)
|
||||
(buffer-disable-undo)
|
||||
|
||||
(message "Formatting Info file: %s" outfile)
|
||||
(setq texinfo-format-filename
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue