+2009-07-19 Alan Mackenzie <acm@muc.de>
+
+ * files.el (hack-local-variables-filter): Revert
+ yesterday's change.
+
+ * progmodes/cc-mode.el (c-before-hack-hook),
+ (c-postprocess-file-styles): Revert yesterday's changes.
+
2009-07-18 Alan Mackenzie <acm@muc.de>
* progmodes/cc-mode.el (c-before-hack-hook),
(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)
(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