emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master b8732c6: * lisp/emacs-lisp/cl-lib.el (cl-mapcar): R


From: Glenn Morris
Subject: [Emacs-diffs] master b8732c6: * lisp/emacs-lisp/cl-lib.el (cl-mapcar): Remove recent autoload cookie.
Date: Fri, 5 May 2017 01:26:32 -0400 (EDT)

branch: master
commit b8732c652ad69f815c2f4d4c4c966437463327fa
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * lisp/emacs-lisp/cl-lib.el (cl-mapcar): Remove recent autoload cookie.
---
 lisp/emacs-lisp/cl-lib.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lisp/emacs-lisp/cl-lib.el b/lisp/emacs-lisp/cl-lib.el
index 1f8615f..936c852 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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]