From 779dcdc36a9c75045a34d3680d78ece61e0e297f Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 23 Dec 2004 23:20:51 +0000 Subject: [PATCH] (wl-texinfo-format-file): Revert. --- ChangeLog | 4 ++++ WL-MK | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 04fe0fb..538ddee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-12-23 Katsumi Yamaoka + + * WL-MK (wl-texinfo-format-file): Revert. + 2004-12-22 Katsumi Yamaoka * WL-MK (wl-texinfo-format-file): Bind undo-outer-limit. diff --git a/WL-MK b/WL-MK index abaac88..19c9c38 100644 --- a/WL-MK +++ b/WL-MK @@ -385,8 +385,7 @@ (defun wl-texinfo-format-file (lang) (require 'wl-vars) ;; for 'wl-cs-local (or (wl-texinfo-check-newer lang) - (let (obuf - (undo-outer-limit (eval '(lsh -1 -1)))) + (let (obuf) ;; Support old texinfmt.el (require 'ptexinfmt (expand-file-name "ptexinfmt.el" UTILSDIR)) (find-file (expand-file-name (wl-texinfo-texi-file lang) DOCDIR)) -- 1.7.10.4