emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r110740: Auto-commit of loaddefs file


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110740: Auto-commit of loaddefs files.
Date: Tue, 30 Oct 2012 06:18:56 -0400
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110740
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2012-10-30 06:18:56 -0400
message:
  Auto-commit of loaddefs files.
modified:
  lisp/emacs-lisp/cl-loaddefs.el
=== modified file 'lisp/emacs-lisp/cl-loaddefs.el'
--- a/lisp/emacs-lisp/cl-loaddefs.el    2012-10-25 10:17:47 +0000
+++ b/lisp/emacs-lisp/cl-loaddefs.el    2012-10-30 10:18:56 +0000
@@ -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 @@
 
 \(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.
 


reply via email to

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