From 275a02d4123b00d7e3cc9683df1c0c7a383c971f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 7 Aug 1997 17:36:36 +0000 Subject: [PATCH] (c-set-offset): Add autoload cookie. --- lisp/progmodes/cc-styles.el | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2