From 75975685cb955801546bed0c9d0cf00cf85aba23 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 19 Apr 2003 04:20:58 +0000 Subject: [PATCH] (comment-use-syntax): Add autoload cookie. --- lisp/newcomment.el | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2