projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2f8d5f
)
Fix typo.
author
Thien-Thi Nguyen
<ttn@gnuvola.org>
Wed, 12 Dec 2007 10:12:51 +0000
(10:12 +0000)
committer
Thien-Thi Nguyen
<ttn@gnuvola.org>
Wed, 12 Dec 2007 10:12:51 +0000
(10:12 +0000)
lisp/progmodes/cc-vars.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cc-vars.el
b/lisp/progmodes/cc-vars.el
index 291f8b584ce675de5e9abf4d6d28023c80326042..fcfdbc53bb423f99fda44a525459b8405728914c 100644
(file)
--- a/
lisp/progmodes/cc-vars.el
+++ b/
lisp/progmodes/cc-vars.el
@@
-176,7
+176,7
@@
it takes its value from the style system (see `c-default-style' and
`c-style-alist') when a CC Mode buffer is initialized. Otherwise,
the value set here overrides the style system (there is a variable
`c-old-style-variable-behavior' that changes this, though)."))
- (typ (eval
name
(plist-get args :type)))
+ (typ (eval (plist-get args :type)))
(type (if (consp typ) typ (list typ)))
(head (car type))
(tail (cdr type))