changeset 70773:35e35b506682

(c-backslash-column): Mark as safe if its value is an integer.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 20 May 2006 17:45:31 +0000
parents c011b6fa9e32
children 437a6e9490f3
files lisp/progmodes/cc-vars.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/cc-vars.el	Sat May 20 17:36:45 2006 +0000
+++ b/lisp/progmodes/cc-vars.el	Sat May 20 17:45:31 2006 +0000
@@ -812,6 +812,7 @@
 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.