1
Fork 0
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:
Glenn Morris 2017-05-04 22:26:17 -07:00
parent ee0dd3031c
commit b8732c652a

View file

@ -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,