diff options
author | Eli Zaretskii <eliz@gnu.org> | 2006-05-20 17:46:07 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2006-05-20 17:46:07 +0000 |
commit | 664a80e90ab62cace261b1fd1727a37d6229cafd (patch) | |
tree | 1570f8018f80da72e29c3eb7886a8991e07fba8f /lisp/progmodes/cc-vars.el | |
parent | 3b96a16d2e629e5ff8ef9f996382ba6587256082 (diff) | |
download | emacs-664a80e90ab62cace261b1fd1727a37d6229cafd.tar.gz |
(c-backslash-column): Mark as safe if its value is an integer.
Diffstat (limited to 'lisp/progmodes/cc-vars.el')
-rw-r--r-- | lisp/progmodes/cc-vars.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/cc-vars.el b/lisp/progmodes/cc-vars.el index 64e38be62d0..0e6738710c5 100644 --- a/lisp/progmodes/cc-vars.el +++ b/lisp/progmodes/cc-vars.el @@ -812,6 +812,7 @@ macro exceeds this column then the next tab stop from that line is used as alignment column instead." :type 'integer :group 'c) +;;;###autoload(put 'c-backslash-column 'safe-local-variable 'integerp) (defcustom-c-stylevar c-backslash-max-column 72 "*Maximum alignment column for line continuation backslashes. |