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:
parent
f2f8d5f2d4
commit
7d2a95143a
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue