# HG changeset patch # User Richard M. Stallman # Date 1050726058 0 # Node ID 8ec8f6706902f93d851e5ede2dea1c607eb0f987 # Parent c3ba923eb0e9845ecb81f1b19576255c7549e38c (comment-use-syntax): Add autoload cookie. diff -r c3ba923eb0e9 -r 8ec8f6706902 lisp/newcomment.el --- a/lisp/newcomment.el Sat Apr 19 04:18:37 2003 +0000 +++ b/lisp/newcomment.el Sat Apr 19 04:20:58 2003 +0000 @@ -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