Revert change 2009-07-18T21:03:43Z!acm@muc.de
This commit is contained in:
parent
403111a821
commit
a3c11552c6
1 changed files with 2 additions and 2 deletions
|
@ -673,7 +673,7 @@ This function is called from the hook `before-hack-local-variables-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)
|
||||
|
@ -744,7 +744,7 @@ Note that the style variables are always made local to the buffer."
|
|||
(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
|
||||
|
|
Loading…
Add table
Reference in a new issue