mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-07 15:00:34 -08:00
(cl--make-usage-args): Try and fix bug#79353
* lisp/emacs-lisp/cl-macs.el (cl--make-usage-args): Don't depend on `cl-extra` when `take` does the job.
This commit is contained in:
parent
6b6cfa8e40
commit
4c74b68fb1
1 changed files with 1 additions and 1 deletions
|
|
@ -517,7 +517,7 @@ its argument list allows full Common Lisp conventions."
|
|||
(when aux
|
||||
;; `&aux' args aren't arguments, so let's just drop them from the
|
||||
;; usage info.
|
||||
(setq arglist (cl-subseq arglist 0 aux))))
|
||||
(setq arglist (take aux arglist))))
|
||||
(if (not (proper-list-p arglist))
|
||||
(let* ((last (last arglist))
|
||||
(tail (cdr last)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue