# HG changeset patch # User Alan Mackenzie # Date 1260011764 0 # Node ID 7925d1bc07e3130f26c12a9c29bb2a5f5d7af7f8 # Parent 88c41c36cbbf4eccad74ad781589549ac53d8089 Revert change 1.85 diff -r 88c41c36cbbf -r 7925d1bc07e3 lisp/progmodes/cc-mode.el --- 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