summaryrefslogtreecommitdiff
path: root/lisp/newcomment.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2003-04-19 04:20:58 +0000
committerRichard M. Stallman <rms@gnu.org>2003-04-19 04:20:58 +0000
commit75975685cb955801546bed0c9d0cf00cf85aba23 (patch)
treeb08ceef8d72621779099b20647306ff41aad9801 /lisp/newcomment.el
parent977f31f88300ab34f22d5d1d86a10d19d64b5054 (diff)
downloademacs-75975685cb955801546bed0c9d0cf00cf85aba23.tar.gz
(comment-use-syntax): Add autoload cookie.
Diffstat (limited to 'lisp/newcomment.el')
-rw-r--r--lisp/newcomment.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/newcomment.el b/lisp/newcomment.el
index 74d255fabf0..a12dedab8e5 100644
--- a/lisp/newcomment.el
+++ b/lisp/newcomment.el
@@ -79,6 +79,8 @@
:version "21.1"
:group 'fill)
+;; Autoload this to avoid warnings, since some major modes define it.
+;;;###autoload
(defvar comment-use-syntax 'undecided
"Non-nil if syntax-tables can be used instead of regexps.
Can also be `undecided' which means that a somewhat expensive test will