]> git.eshelyaron.com Git - emacs.git/commitdiff
(c-guess-basic-syntax): Add autoload.
authorRichard M. Stallman <rms@gnu.org>
Tue, 9 Aug 2005 11:39:24 +0000 (11:39 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 9 Aug 2005 11:39:24 +0000 (11:39 +0000)
lisp/progmodes/cc-engine.el

index d9f0d088319f5d0a8d6e2096ca6c2c4ae05ca55f..71dc39a56e90aac7a0538fd12173e28970d6c3d4 100644 (file)
@@ -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."