(c-backslash-column): Mark as safe if its value is an integer.
authorEli Zaretskii <eliz@gnu.org>
Sat, 20 May 2006 17:46:07 +0000 (17:46 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 20 May 2006 17:46:07 +0000 (17:46 +0000)
lisp/ChangeLog
lisp/progmodes/cc-vars.el

index cce330a..7576585 100644 (file)
@@ -1,3 +1,8 @@
+2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
+
+       * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
+       value is an integer.
+
 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
 
        * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
index 64e38be..0e67387 100644 (file)
@@ -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.