aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/cc-engine.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2005-08-09 11:39:24 +0000
committerRichard M. Stallman <[email protected]>2005-08-09 11:39:24 +0000
commit4f047c58a263746a165daaee0a759f563c965b87 (patch)
tree5a95b944a652d4062a09f58478bdcd2d540806b2 /lisp/progmodes/cc-engine.el
parent1eb6c5b8c6fa28f072e938aba2a0920995d1daf7 (diff)
(c-guess-basic-syntax): Add autoload.
Diffstat (limited to 'lisp/progmodes/cc-engine.el')
-rw-r--r--lisp/progmodes/cc-engine.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el
index d9f0d08831..71dc39a56e 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."