; Don't use remq (breaks bootstrapping)
This commit is contained in:
parent
d50e0bdbac
commit
9a0492ca7c
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ The return value of this function is not used."
|
|||
:autoload-end
|
||||
(eval-and-compile
|
||||
(defun ,cfname (,@(car data) ,@args)
|
||||
(ignore ,@(remq '&rest (remq '&optional args)))
|
||||
(ignore ,@(delq '&rest (delq '&optional (copy-sequence args))))
|
||||
,@(cdr data))))))))
|
||||
|
||||
(defalias 'byte-run--set-doc-string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue