(wl-texinfo-format-file): Bind undo-outer-limit.
[elisp/wanderlust.git] / WL-MK
diff --git a/WL-MK b/WL-MK
index 19c9c38..abaac88 100644 (file)
--- a/WL-MK
+++ b/WL-MK
 (defun wl-texinfo-format-file (lang)
   (require 'wl-vars) ;; for 'wl-cs-local
   (or (wl-texinfo-check-newer lang)
-      (let (obuf)
+      (let (obuf
+           (undo-outer-limit (eval '(lsh -1 -1))))
        ;; Support old texinfmt.el
        (require 'ptexinfmt (expand-file-name "ptexinfmt.el" UTILSDIR))
        (find-file (expand-file-name (wl-texinfo-texi-file lang) DOCDIR))