+2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * WL-MK (wl-texinfo-format-file): Bind undo-outer-limit.
+
2004-12-07 TAKAHASHI Kaoru <kaoru@kaisei.org>
* INSTALL, INSTALL.ja: Updated recommended version of FLIM to
(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))