diff lisp/progmodes/cc-mode.el @ 95305:b15e567fa2ab

Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1179
author Miles Bader <miles@gnu.org>
date Mon, 26 May 2008 06:57:40 +0000
parents ff495ec3a6a8 52c723879a4b
children 7ee547824da5
line wrap: on
line diff
--- a/lisp/progmodes/cc-mode.el	Mon May 26 06:57:27 2008 +0000
+++ b/lisp/progmodes/cc-mode.el	Mon May 26 06:57:40 2008 +0000
@@ -719,6 +719,7 @@
       (or (stringp c-file-style)
 	  (error "c-file-style is not a string"))
       (c-set-style c-file-style))
+
     (and c-file-offsets
 	 (mapc
 	  (lambda (langentry)