From: Thien-Thi Nguyen Date: Wed, 12 Dec 2007 10:12:51 +0000 (+0000) Subject: Fix typo. X-Git-Tag: emacs-pretest-22.1.90~264 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7d2a95143a15e69712313095aa24dd66a3b16f64;p=emacs.git Fix typo. --- diff --git a/lisp/progmodes/cc-vars.el b/lisp/progmodes/cc-vars.el index 291f8b584ce..fcfdbc53bb4 100644 --- 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))