Mercurial > emacs
changeset 79562:8ced7f18a0a4
Fix typo.
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Wed, 12 Dec 2007 10:12:51 +0000 |
parents | 638444060b82 |
children | fb6105cb466b |
files | lisp/progmodes/cc-vars.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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))