(infohack-texi-format): Bind undo-outer-limit.
authoryamaoka <yamaoka>
Wed, 22 Dec 2004 04:49:07 +0000 (04:49 +0000)
committeryamaoka <yamaoka>
Wed, 22 Dec 2004 04:49:07 +0000 (04:49 +0000)
ChangeLog
texi/infohack.el

index 2d1a256..00600c9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * texi/infohack.el (infohack-texi-format): Bind undo-outer-limit.
+
 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * lisp/nnheader.el (mm-emacs-mule): New variable.
index 31fd019..9412b18 100644 (file)
@@ -131,7 +131,8 @@ Both characters must have the same length of multi-byte form."
   (let ((auto-save-default nil)
        (find-file-run-dired nil)
        coding-system-for-write
-       (error 0))
+       (error 0)
+       (undo-outer-limit (eval '(lsh -1 -1))))
     (condition-case err
        (progn
          (find-file file)