emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/progmodes/cc-vars.el


From: Reiner Steib
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cc-vars.el
Date: Thu, 11 May 2006 15:01:44 +0000

Index: emacs/lisp/progmodes/cc-vars.el
diff -u emacs/lisp/progmodes/cc-vars.el:1.44 
emacs/lisp/progmodes/cc-vars.el:1.45
--- emacs/lisp/progmodes/cc-vars.el:1.44        Fri Feb 24 15:33:02 2006
+++ emacs/lisp/progmodes/cc-vars.el     Thu May 11 15:01:41 2006
@@ -248,6 +248,7 @@
 nil."
   :type 'integer
   :group 'c)
+;;;###autoload(put 'c-basic-offset 'safe-local-variable 'integerp)
 
 (defcustom c-tab-always-indent t
   "*Controls the operation of the TAB key.
@@ -1542,6 +1543,7 @@
 Note that file style settings are applied before file offset settings
 as designated in the variable `c-file-offsets'.")
 (make-variable-buffer-local 'c-file-style)
+;;;###autoload(put 'c-file-style 'safe-local-variable 'string-or-null-p)
 
 (defvar c-file-offsets nil
   "Variable interface for setting offsets via File Local Variables.




reply via email to

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