mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
* lisp/emacs-lisp/cl-lib.el (cl-mapcar): Remove recent autoload cookie.
This commit is contained in:
parent
ee0dd3031c
commit
b8732c652a
1 changed files with 0 additions and 1 deletions
|
|
@ -349,7 +349,6 @@ Call `cl-float-limits' to set this.")
|
|||
|
||||
(declare-function cl--mapcar-many "cl-extra" (cl-func cl-seqs &optional acc))
|
||||
|
||||
;;;###autoload
|
||||
(defun cl-mapcar (cl-func cl-x &rest cl-rest)
|
||||
"Apply FUNCTION to each element of SEQ, and make a list of the results.
|
||||
If there are several SEQs, FUNCTION is called with that many arguments,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue