diff options
author | Richard M. Stallman <rms@gnu.org> | 2003-04-19 04:20:58 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2003-04-19 04:20:58 +0000 |
commit | 75975685cb955801546bed0c9d0cf00cf85aba23 (patch) | |
tree | b08ceef8d72621779099b20647306ff41aad9801 /lisp/newcomment.el | |
parent | 977f31f88300ab34f22d5d1d86a10d19d64b5054 (diff) | |
download | emacs-75975685cb955801546bed0c9d0cf00cf85aba23.tar.gz |
(comment-use-syntax): Add autoload cookie.
Diffstat (limited to 'lisp/newcomment.el')
-rw-r--r-- | lisp/newcomment.el | 2 |
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 |