emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

c-backslash-column is safe


From: Karl Chen
Subject: c-backslash-column is safe
Date: Wed, 17 May 2006 17:08:23 -0700

Hi, I think c-backslash-column should be considered a safe
variable along with the other cc-mode vars: 

--- cc-vars.el  17 May 2006 01:28:33 -0700      1.45
+++ cc-vars.el  17 May 2006 17:07:27 -0700      
@@ -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.


-- 
Karl 2006-05-17 17:07




reply via email to

[Prev in Thread] Current Thread [Next in Thread]