Mercurial > emacs
changeset 64833:c4d00dfa8594
(c-guess-basic-syntax): Add autoload.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 09 Aug 2005 11:39:24 +0000 |
parents | 103e161cb74f |
children | c53317ac1865 |
files | lisp/progmodes/cc-engine.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/cc-engine.el Tue Aug 09 11:39:01 2005 +0000 +++ b/lisp/progmodes/cc-engine.el Tue Aug 09 11:39:24 2005 +0000 @@ -5599,6 +5599,7 @@ 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."