changeset 106428:7925d1bc07e3

Revert change 1.85
author Alan Mackenzie <acm@muc.de>
date Sat, 05 Dec 2009 11:16:04 +0000
parents 88c41c36cbbf
children ad63f3946113
files lisp/progmodes/cc-mode.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/cc-mode.el	Sat Dec 05 04:08:48 2009 +0000
+++ b/lisp/progmodes/cc-mode.el	Sat Dec 05 11:16:04 2009 +0000
@@ -673,7 +673,7 @@
 	  (offsets (cdr (assq 'c-file-offsets file-local-variables-alist))))
       (when stile
 	(or (stringp stile) (error "c-file-style is not a string"))
-	(c-set-style stile t))
+	(c-set-style stile))
       (when offsets
 	(mapc
 	 (lambda (langentry)
@@ -744,7 +744,7 @@
     (when c-file-style
       (or (stringp c-file-style)
 	  (error "c-file-style is not a string"))
-      (c-set-style c-file-style t))
+      (c-set-style c-file-style))
 
     (and c-file-offsets
 	 (mapc