# HG changeset patch # User Thien-Thi Nguyen # Date 1197454371 0 # Node ID 8ced7f18a0a42a63590ca86a58b9478c54bab33d # Parent 638444060b8227fc4861d5aaf323058981bd8ebf Fix typo. diff -r 638444060b82 -r 8ced7f18a0a4 lisp/progmodes/cc-vars.el --- a/lisp/progmodes/cc-vars.el Wed Dec 12 08:14:07 2007 +0000 +++ b/lisp/progmodes/cc-vars.el Wed Dec 12 10:12:51 2007 +0000 @@ -176,7 +176,7 @@ `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))