parent
5519c030ff
commit
1583db5983
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ minus font-locking, the outer function call, and minor optimizations."
|
||||||
sym arglist)
|
sym arglist)
|
||||||
(while (> i 0)
|
(while (> i 0)
|
||||||
(setq sym (aref argv i))
|
(setq sym (aref argv i))
|
||||||
(unless (and (= n -1) (null x))
|
(unless (and (= n -1) (null sym))
|
||||||
(cl-incf n)
|
(cl-incf n)
|
||||||
(push (or sym (intern (format "_%%%d" (1+ n))))
|
(push (or sym (intern (format "_%%%d" (1+ n))))
|
||||||
arglist))
|
arglist))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue