diff options
author | Glenn Morris <rgm@gnu.org> | 2012-10-30 06:18:56 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-10-30 06:18:56 -0400 |
commit | fcc1acdadbeae00d8dcabeb6dccb20da9672af2c (patch) | |
tree | a60f67fae86b20dbd5c1208bbc8f130b85ef39ba /lisp/emacs-lisp | |
parent | f43a5263c18258ab05d057881fa6b8795e65295a (diff) | |
download | emacs-fcc1acdadbeae00d8dcabeb6dccb20da9672af2c.tar.gz emacs-fcc1acdadbeae00d8dcabeb6dccb20da9672af2c.tar.bz2 emacs-fcc1acdadbeae00d8dcabeb6dccb20da9672af2c.zip |
Auto-commit of loaddefs files.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/cl-loaddefs.el | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/cl-loaddefs.el b/lisp/emacs-lisp/cl-loaddefs.el index 684ea42b157..5ad6e37a5a1 100644 --- a/lisp/emacs-lisp/cl-loaddefs.el +++ b/lisp/emacs-lisp/cl-loaddefs.el @@ -10,8 +10,8 @@ ;;;;;; cl-truncate cl-ceiling cl-floor cl-isqrt cl-lcm cl-gcd cl--set-frame-visible-p ;;;;;; cl--map-overlays cl--map-intervals cl--map-keymap-recursively ;;;;;; cl-notevery cl-notany cl-every cl-some cl-mapcon cl-mapcan -;;;;;; cl-mapl cl-maplist cl-map cl--mapcar-many cl-equalp cl-coerce) -;;;;;; "cl-extra" "cl-extra.el" "1572ae52fa4fbd9c4bf89b49a068a865") +;;;;;; cl-mapl cl-mapc cl-maplist cl-map cl--mapcar-many cl-equalp +;;;;;; cl-coerce) "cl-extra" "cl-extra.el" "7d7f65d8a05e954a919fe2555b68fb05") ;;; Generated autoloads from cl-extra.el (autoload 'cl-coerce "cl-extra" "\ @@ -46,6 +46,11 @@ the elements themselves. \(fn FUNCTION LIST...)" nil nil) +(autoload 'cl-mapc "cl-extra" "\ +Like `cl-mapcar', but does not accumulate values returned by the function. + +\(fn FUNCTION SEQUENCE...)" nil nil) + (autoload 'cl-mapl "cl-extra" "\ Like `cl-maplist', but does not accumulate values returned by the function. |