+2003-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * texi/infohack.el (infohack-texi-format): Remove the last change
+ of 2003-01-17 in order to withdraw temporally.
+
2003-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus-vers.el: T-gnus 6.15.14 (quimby) revision 00.
(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")))
+;;; ;; 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)