From 0e551ea8744857f16014b1334e88f7ac6874074e Mon Sep 17 00:00:00 2001 From: yamaoka Date: Fri, 24 Jan 2003 04:10:43 +0000 Subject: [PATCH] * infohack.el (infohack-texi-format): Withdraw the change of 2003-01-17. --- ChangeLog | 4 ++-- texi/infohack.el | 8 -------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9260347..39cf3e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ 2003-01-24 Katsumi Yamaoka - * texi/infohack.el (infohack-texi-format): Remove the last change - of 2003-01-17 in order to withdraw temporally. + * texi/infohack.el (infohack-texi-format): Withdraw the change of + 2003-01-17. 2003-01-21 Katsumi Yamaoka diff --git a/texi/infohack.el b/texi/infohack.el index 24851c9..17b1f68 100644 --- a/texi/infohack.el +++ b/texi/infohack.el @@ -133,14 +133,6 @@ (delete-region (point) (save-excursion (forward-line 1) (point)))))))))) -;;; ;; Insert one excessive newline after a @foo{bar} thing to -;;; ;; prevent clinging of a line and a line (old texinfmt bug?) -;;; ;; if it should be considered only one thing in a line. -;;; (goto-char (point-min)) -;;; (while (re-search-forward "^[\t ]*@[a-z]+{.+}[\t ]*\n[\t ]*\n" -;;; nil t) -;;; (if (not (looking-at "[\t ]*$\\|[\t ]*@[a-z]+[\t\n ]")) -;;; (insert "\n"))) (texinfo-mode) (texinfo-every-node-update) (set-buffer-modified-p nil) -- 1.7.10.4