diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-04-16 14:28:10 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-04-16 14:54:02 +0200 |
commit | 289ec2d911c0a723c0c131ac9cf3407c71a4b15c (patch) | |
tree | 4f4f3ab2e6850dcda590c45ad6b84b3eed91eeb7 /lisp/textmodes/texinfmt.el | |
parent | fcd1943bfe9e384e91e2fb87c72b827ac28f05ef (diff) | |
download | emacs-289ec2d911c0a723c0c131ac9cf3407c71a4b15c.tar.gz emacs-289ec2d911c0a723c0c131ac9cf3407c71a4b15c.tar.bz2 emacs-289ec2d911c0a723c0c131ac9cf3407c71a4b15c.zip |
; Remove some useless comments
Diffstat (limited to 'lisp/textmodes/texinfmt.el')
-rw-r--r-- | lisp/textmodes/texinfmt.el | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lisp/textmodes/texinfmt.el b/lisp/textmodes/texinfmt.el index a797df9193f..5ce39da7968 100644 --- a/lisp/textmodes/texinfmt.el +++ b/lisp/textmodes/texinfmt.el @@ -23,10 +23,10 @@ ;;; Commentary: -;;; Code: - ;;; Emacs lisp functions to convert Texinfo files to Info files. +;;; Code: + (defvar texinfmt-version "2.42 of 7 Jul 2006") (make-obsolete-variable 'texinfmt-version 'emacs-version "28.1") @@ -4310,8 +4310,6 @@ For example, invoke (setq error 1)))) (kill-emacs error)))) - -;;; Place `provide' at end of file. (provide 'texinfmt) ;;; texinfmt.el ends here |