]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Wed, 12 Dec 2007 10:12:51 +0000 (10:12 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Wed, 12 Dec 2007 10:12:51 +0000 (10:12 +0000)
lisp/progmodes/cc-vars.el

index 291f8b584ce675de5e9abf4d6d28023c80326042..fcfdbc53bb423f99fda44a525459b8405728914c 100644 (file)
@@ -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))