`c-set-style' DONT-OVERRIDE parameter of t. Already set style variables will
thus not be overridden by style settings given by `c-file-syle'.
(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))
+ (c-set-style stile t))
(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))
+ (c-set-style c-file-style t))
(and c-file-offsets
(mapc