From: Richard M. Stallman Date: Tue, 9 Aug 2005 11:39:24 +0000 (+0000) Subject: (c-guess-basic-syntax): Add autoload. X-Git-Tag: emacs-pretest-22.0.90~7703 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4f047c58a263746a165daaee0a759f563c965b87;p=emacs.git (c-guess-basic-syntax): Add autoload. --- diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el index d9f0d088319..71dc39a56e9 100644 --- a/lisp/progmodes/cc-engine.el +++ b/lisp/progmodes/cc-engine.el @@ -5599,6 +5599,7 @@ brace." containing-sexp paren-state)) ))) +;;;###autoload (defun c-guess-basic-syntax () "Return the syntactic context of the current line. This function does not do any hidden buffer changes."