summaryrefslogtreecommitdiff
path: root/lisp/textmodes/makeinfo.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-04-16 14:28:10 +0200
committerStefan Kangas <stefan@marxist.se>2021-04-16 14:54:02 +0200
commit289ec2d911c0a723c0c131ac9cf3407c71a4b15c (patch)
tree4f4f3ab2e6850dcda590c45ad6b84b3eed91eeb7 /lisp/textmodes/makeinfo.el
parentfcd1943bfe9e384e91e2fb87c72b827ac28f05ef (diff)
downloademacs-289ec2d911c0a723c0c131ac9cf3407c71a4b15c.tar.gz
emacs-289ec2d911c0a723c0c131ac9cf3407c71a4b15c.tar.bz2
emacs-289ec2d911c0a723c0c131ac9cf3407c71a4b15c.zip
; Remove some useless comments
Diffstat (limited to 'lisp/textmodes/makeinfo.el')
-rw-r--r--lisp/textmodes/makeinfo.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/textmodes/makeinfo.el b/lisp/textmodes/makeinfo.el
index 8152f4b89c8..653540ad415 100644
--- a/lisp/textmodes/makeinfo.el
+++ b/lisp/textmodes/makeinfo.el
@@ -284,7 +284,6 @@ line LINE of the window, or centered if LINE is nil."
(pop-to-buffer old-buffer)
)))
-;;; Place `provide' at end of file.
(provide 'makeinfo)
;;; makeinfo.el ends here