comparison lisp/emacs-lisp/cl-loaddefs.el @ 108774:895ee2ff8cc3

Merge from mainline.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Tue, 25 May 2010 07:23:37 +0000
parents d835100c3e8b
children 421f2b1cd824
comparison
equal deleted inserted replaced
108758:2903660f846b 108774:895ee2ff8cc3
8 ;;;;;; revappend concatenate subseq cl-float-limits random-state-p 8 ;;;;;; revappend concatenate subseq cl-float-limits random-state-p
9 ;;;;;; make-random-state random* signum rem* mod* round* truncate* 9 ;;;;;; make-random-state random* signum rem* mod* round* truncate*
10 ;;;;;; ceiling* floor* isqrt lcm gcd cl-progv-before cl-set-frame-visible-p 10 ;;;;;; ceiling* floor* isqrt lcm gcd cl-progv-before cl-set-frame-visible-p
11 ;;;;;; cl-map-overlays cl-map-intervals cl-map-keymap-recursively 11 ;;;;;; cl-map-overlays cl-map-intervals cl-map-keymap-recursively
12 ;;;;;; notevery notany every some mapcon mapcan mapl maplist map 12 ;;;;;; notevery notany every some mapcon mapcan mapl maplist map
13 ;;;;;; cl-mapcar-many equalp coerce) "cl-extra" "cl-extra.el" "d93072a26c59f663a92b10df8bc28187") 13 ;;;;;; cl-mapcar-many equalp coerce) "cl-extra" "cl-extra.el" "deb3495d75c36a222e5238eadb8e347c")
14 ;;; Generated autoloads from cl-extra.el 14 ;;; Generated autoloads from cl-extra.el
15 15
16 (autoload 'coerce "cl-extra" "\ 16 (autoload 'coerce "cl-extra" "\
17 Coerce OBJECT to type TYPE. 17 Coerce OBJECT to type TYPE.
18 TYPE is a Common Lisp type specifier. 18 TYPE is a Common Lisp type specifier.