summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2005-08-09 11:39:24 +0000
committerRichard M. Stallman <rms@gnu.org>2005-08-09 11:39:24 +0000
commit4a986c6dee244d8881d4fe146ba8f2569d2f6244 (patch)
treebbd2a0f1063b30c37af4909f6067ef6deac654d3
parent8cb175e5db34eee2b811b18903de71550cfd5e2e (diff)
downloademacs-4a986c6dee244d8881d4fe146ba8f2569d2f6244.tar.gz
(c-guess-basic-syntax): Add autoload.
-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 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."