1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Fix typo.

This commit is contained in:
Thien-Thi Nguyen 2007-12-12 10:12:51 +00:00
parent f2f8d5f2d4
commit 7d2a95143a

View 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))