From 7d2a95143a15e69712313095aa24dd66a3b16f64 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Wed, 12 Dec 2007 10:12:51 +0000 Subject: [PATCH] Fix typo. --- lisp/progmodes/cc-vars.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.2