diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-12-27 16:08:57 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-12-27 16:08:57 +0000 |
commit | e4e8e01e8d255a032ac1d5eba0a84ee3d8faa007 (patch) | |
tree | c723ab8fc515a7a24102c97b704c2ba578078a46 /lisp/textmodes/texinfmt.el | |
parent | fc2c88874cf67bfbc9e235f00d93f733ec8bfa78 (diff) | |
download | emacs-e4e8e01e8d255a032ac1d5eba0a84ee3d8faa007.tar.gz |
(texinfo-format-buffer-1): Call buffer-disable-undo.
Diffstat (limited to 'lisp/textmodes/texinfmt.el')
-rw-r--r-- | lisp/textmodes/texinfmt.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/textmodes/texinfmt.el b/lisp/textmodes/texinfmt.el index cc382b70528..470f4d4a1bd 100644 --- a/lisp/textmodes/texinfmt.el +++ b/lisp/textmodes/texinfmt.el @@ -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 |