mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-11 13:07:28 -05:00
@ -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))
|
||||||
|
Reference in New Issue
Block a user