diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-08-07 17:36:36 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-08-07 17:36:36 +0000 |
commit | 45ce52658b92e201358a48855f30bc1b05d73968 (patch) | |
tree | b08a3b2ea7be7bcc30114fa784322d9719b74b47 /lisp/progmodes | |
parent | 3a4beca534f568378f269e39bc75ab3db23613b2 (diff) | |
download | emacs-45ce52658b92e201358a48855f30bc1b05d73968.tar.gz |
(c-set-offset): Add autoload cookie.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r-- | lisp/progmodes/cc-styles.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/cc-styles.el b/lisp/progmodes/cc-styles.el index c9f08cd74ff..1b6609c8ddf 100644 --- a/lisp/progmodes/cc-styles.el +++ b/lisp/progmodes/cc-styles.el @@ -500,6 +500,7 @@ Here is the current list of valid syntactic element symbols: nil)))) offset)) +;;;###autoload (defun c-set-offset (symbol offset &optional add-p) "Change the value of a syntactic element symbol in `c-offsets-alist'. SYMBOL is the syntactic element symbol to change and OFFSET is the new |