diff options
| author | Glenn Morris | 2017-05-04 22:26:17 -0700 |
|---|---|---|
| committer | Glenn Morris | 2017-05-04 22:26:17 -0700 |
| commit | b8732c652ad69f815c2f4d4c4c966437463327fa (patch) | |
| tree | 14c40b7ae49d10c07e3e56887921aaa8d593f5c9 | |
| parent | ee0dd3031cd521f54c08287f4a3e7bc3ee515f55 (diff) | |
| download | emacs-b8732c652ad69f815c2f4d4c4c966437463327fa.tar.gz emacs-b8732c652ad69f815c2f4d4c4c966437463327fa.zip | |
* lisp/emacs-lisp/cl-lib.el (cl-mapcar): Remove recent autoload cookie.
| -rw-r--r-- | lisp/emacs-lisp/cl-lib.el | 1 |
1 files changed, 0 insertions, 1 deletions
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.") | |||
| 349 | 349 | ||
| 350 | (declare-function cl--mapcar-many "cl-extra" (cl-func cl-seqs &optional acc)) | 350 | (declare-function cl--mapcar-many "cl-extra" (cl-func cl-seqs &optional acc)) |
| 351 | 351 | ||
| 352 | ;;;###autoload | ||
| 353 | (defun cl-mapcar (cl-func cl-x &rest cl-rest) | 352 | (defun cl-mapcar (cl-func cl-x &rest cl-rest) |
| 354 | "Apply FUNCTION to each element of SEQ, and make a list of the results. | 353 | "Apply FUNCTION to each element of SEQ, and make a list of the results. |
| 355 | If there are several SEQs, FUNCTION is called with that many arguments, | 354 | If there are several SEQs, FUNCTION is called with that many arguments, |