From: kaoru Date: Fri, 9 Nov 2007 23:16:45 +0000 (+0000) Subject: Cosmetic fix. X-Git-Tag: wl-2_15_6-fixes~70 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=588fed680d08ba6017f217463fab249d85f3a3b4;p=elisp%2Fwanderlust.git Cosmetic fix. --- 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,