From: Richard M. Stallman Date: Sat, 19 Apr 2003 04:20:58 +0000 (+0000) Subject: (comment-use-syntax): Add autoload cookie. X-Git-Tag: ttn-vms-21-2-B4~10471 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=75975685cb955801546bed0c9d0cf00cf85aba23;p=emacs.git (comment-use-syntax): Add autoload cookie. --- 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