summaryrefslogtreecommitdiff
path: root/lisp/progmodes/meta-mode.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/progmodes/meta-mode.el
parentfcd1943bfe9e384e91e2fb87c72b827ac28f05ef (diff)
downloademacs-289ec2d911c0a723c0c131ac9cf3407c71a4b15c.tar.gz
; Remove some useless comments
Diffstat (limited to 'lisp/progmodes/meta-mode.el')
-rw-r--r--lisp/progmodes/meta-mode.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/progmodes/meta-mode.el b/lisp/progmodes/meta-mode.el
index a59014827e8..50268446025 100644
--- a/lisp/progmodes/meta-mode.el
+++ b/lisp/progmodes/meta-mode.el
@@ -942,9 +942,6 @@ The environment marked is the one that contains point or follows point."
(list (list "\\<\\(\\sw+\\)" 1 'meta-symbol-list)
(list "" 'ispell-complete-word))))
-
-;;; Just in case ...
-
(provide 'meta-mode)
(run-hooks 'meta-mode-load-hook)