From: Glenn Morris Date: Fri, 5 May 2017 05:26:17 +0000 (-0700) Subject: * lisp/emacs-lisp/cl-lib.el (cl-mapcar): Remove recent autoload cookie. X-Git-Tag: emacs-26.0.90~521^2~466 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b8732c652ad69f815c2f4d4c4c966437463327fa;p=emacs.git * lisp/emacs-lisp/cl-lib.el (cl-mapcar): Remove recent autoload cookie. --- diff --git a/lisp/emacs-lisp/cl-lib.el b/lisp/emacs-lisp/cl-lib.el index 1f8615fad3e..936c852526c 100644 --- a/lisp/emacs-lisp/cl-lib.el +++ b/lisp/emacs-lisp/cl-lib.el @@ -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,