From 664a80e90ab62cace261b1fd1727a37d6229cafd Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 20 May 2006 17:46:07 +0000 Subject: [PATCH] (c-backslash-column): Mark as safe if its value is an integer. --- lisp/ChangeLog | 5 +++++ lisp/progmodes/cc-vars.el | 1 + 2 files changed, 6 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cce330ae9f..7576585148 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2006-05-20 Karl Chen + + * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its + value is an integer. + 2006-05-20 Eli Zaretskii * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before diff --git a/lisp/progmodes/cc-vars.el b/lisp/progmodes/cc-vars.el index 64e38be62d..0e6738710c 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. -- 2.20.1