Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a3c11552
Commit
a3c11552
authored
Dec 05, 2009
by
Alan Mackenzie
Browse files
Revert change 2009-07-18T21:03:43Z!acm@muc.de
parent
403111a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/progmodes/cc-mode.el
lisp/progmodes/cc-mode.el
+2
-2
No files found.
lisp/progmodes/cc-mode.el
View file @
a3c11552
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment