[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/progmodes/cc-vars.el, v [EMACS_22_BA
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/progmodes/cc-vars.el, v [EMACS_22_BASE] |
Date: |
Sat, 19 Jan 2008 18:32:39 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Branch: EMACS_22_BASE
Changes by: Dan Nicolaescu <dann> 08/01/19 18:32:37
Index: progmodes/cc-vars.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/progmodes/cc-vars.el,v
retrieving revision 1.54.2.9
retrieving revision 1.54.2.10
diff -u -b -r1.54.2.9 -r1.54.2.10
--- progmodes/cc-vars.el 16 Jan 2008 21:26:59 -0000 1.54.2.9
+++ progmodes/cc-vars.el 19 Jan 2008 18:32:33 -0000 1.54.2.10
@@ -315,6 +315,7 @@
:type 'boolean
:group 'c)
(make-variable-buffer-local 'c-syntactic-indentation)
+(put 'c-syntactic-indentation 'safe-local-variable 'booleanp)
(defcustom c-syntactic-indentation-in-macros t
"*Enable syntactic analysis inside macros.
@@ -333,6 +334,7 @@
better with the \"do { ... } while \(0)\" trick)."
:type 'boolean
:group 'c)
+(put 'c-syntactic-indentation-in-macros 'safe-local-variable 'booleanp)
(defcustom-c-stylevar c-comment-only-line-offset 0
"*Extra offset for line which contains only the start of a comment.
- [Emacs-diffs] Changes to emacs/lisp/progmodes/cc-vars.el, v [EMACS_22_BASE], Glenn Morris, 2008/01/06
- [Emacs-diffs] Changes to emacs/lisp/progmodes/cc-vars.el, v [EMACS_22_BASE], Alan Mackenzie, 2008/01/14
- [Emacs-diffs] Changes to emacs/lisp/progmodes/cc-vars.el, v [EMACS_22_BASE], Alan Mackenzie, 2008/01/16
- [Emacs-diffs] Changes to emacs/lisp/progmodes/cc-vars.el, v [EMACS_22_BASE],
Dan Nicolaescu <=
- [Emacs-diffs] Changes to emacs/lisp/progmodes/cc-vars.el, v [EMACS_22_BASE], Alan Mackenzie, 2008/01/26