]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/cl-lib.el (cl-mapcar): Remove recent autoload cookie.
authorGlenn Morris <rgm@gnu.org>
Fri, 5 May 2017 05:26:17 +0000 (22:26 -0700)
committerGlenn Morris <rgm@gnu.org>
Fri, 5 May 2017 05:26:17 +0000 (22:26 -0700)
lisp/emacs-lisp/cl-lib.el

index 1f8615fad3e46f83f3cc1198561aa848fe73de37..936c852526cba75b3bc2bc96d3a6dad892638781 100644 (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,