From 588fed680d08ba6017f217463fab249d85f3a3b4 Mon Sep 17 00:00:00 2001 From: kaoru Date: Fri, 9 Nov 2007 23:16:45 +0000 Subject: [PATCH] Cosmetic fix. --- utils/ptexinfmt.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/utils/ptexinfmt.el b/utils/ptexinfmt.el index 741d9b3..cdf03fa 100644 --- a/utils/ptexinfmt.el +++ b/utils/ptexinfmt.el @@ -295,7 +295,6 @@ DOCSTRING will be printed if ASSERTION is nil and (put 'ifnotdocbook 'texinfo-format 'texinfo-discard-line) (put 'ifnotdocbook 'texinfo-end 'texinfo-discard-command) - ;; @ifnotinfo ... @end ifnotinfo (makeinfo 3.11 or later) (put 'ifnotinfo 'texinfo-format 'texinfo-format-ifnotinfo) (ptexinfmt-defun-if-void texinfo-format-ifnotinfo () @@ -338,7 +337,6 @@ DOCSTRING will be printed if ASSERTION is nil and (progn (re-search-forward "@end ifdocbook[ \t]*\n") (point)))) - ;;; Marking ;; @indicateurl, @url, @env, @command, -- 1.7.10.4