diff options
| author | Glenn Morris | 2012-11-11 06:22:06 -0500 |
|---|---|---|
| committer | Glenn Morris | 2012-11-11 06:22:06 -0500 |
| commit | c02ed5ace85372fedd4836fe1a33fa22927e7065 (patch) | |
| tree | a12dbd489d428ad7ed1dc86a5913c0e34e6531ea /lisp | |
| parent | 714cebd1b148c3eeff5d6ddb05e4fdc9d747475a (diff) | |
| download | emacs-c02ed5ace85372fedd4836fe1a33fa22927e7065.tar.gz emacs-c02ed5ace85372fedd4836fe1a33fa22927e7065.zip | |
Auto-commit of loaddefs files.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/emacs-lisp/cl-loaddefs.el | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/lisp/emacs-lisp/cl-loaddefs.el b/lisp/emacs-lisp/cl-loaddefs.el index 551043caa5e..bf99af2f7e6 100644 --- a/lisp/emacs-lisp/cl-loaddefs.el +++ b/lisp/emacs-lisp/cl-loaddefs.el | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | ;;;;;; cl--map-overlays cl--map-intervals cl--map-keymap-recursively | 11 | ;;;;;; cl--map-overlays cl--map-intervals cl--map-keymap-recursively |
| 12 | ;;;;;; cl-notevery cl-notany cl-every cl-some cl-mapcon cl-mapcan | 12 | ;;;;;; cl-notevery cl-notany cl-every cl-some cl-mapcon cl-mapcan |
| 13 | ;;;;;; cl-mapl cl-mapc cl-maplist cl-map cl--mapcar-many cl-equalp | 13 | ;;;;;; cl-mapl cl-mapc cl-maplist cl-map cl--mapcar-many cl-equalp |
| 14 | ;;;;;; cl-coerce) "cl-extra" "cl-extra.el" "0e9284b6492cc98eee7c85ae4e5322ee") | 14 | ;;;;;; cl-coerce) "cl-extra" "cl-extra.el" "8e9fee941c465ac0fee9b92a92d64154") |
| 15 | ;;; Generated autoloads from cl-extra.el | 15 | ;;; Generated autoloads from cl-extra.el |
| 16 | 16 | ||
| 17 | (autoload 'cl-coerce "cl-extra" "\ | 17 | (autoload 'cl-coerce "cl-extra" "\ |
| @@ -41,7 +41,7 @@ TYPE is the sequence type to return. | |||
| 41 | 41 | ||
| 42 | (autoload 'cl-maplist "cl-extra" "\ | 42 | (autoload 'cl-maplist "cl-extra" "\ |
| 43 | Map FUNCTION to each sublist of LIST or LISTs. | 43 | Map FUNCTION to each sublist of LIST or LISTs. |
| 44 | Like `mapcar', except applies to lists and their cdr's rather than to | 44 | Like `cl-mapcar', except applies to lists and their cdr's rather than to |
| 45 | the elements themselves. | 45 | the elements themselves. |
| 46 | 46 | ||
| 47 | \(fn FUNCTION LIST...)" nil nil) | 47 | \(fn FUNCTION LIST...)" nil nil) |
| @@ -57,7 +57,7 @@ Like `cl-maplist', but does not accumulate values returned by the function. | |||
| 57 | \(fn FUNCTION LIST...)" nil nil) | 57 | \(fn FUNCTION LIST...)" nil nil) |
| 58 | 58 | ||
| 59 | (autoload 'cl-mapcan "cl-extra" "\ | 59 | (autoload 'cl-mapcan "cl-extra" "\ |
| 60 | Like `mapcar', but nconc's together the values returned by the function. | 60 | Like `cl-mapcar', but nconc's together the values returned by the function. |
| 61 | 61 | ||
| 62 | \(fn FUNCTION SEQUENCE...)" nil nil) | 62 | \(fn FUNCTION SEQUENCE...)" nil nil) |
| 63 | 63 | ||
| @@ -248,7 +248,9 @@ Remove from SYMBOL's plist the property PROPNAME and its value. | |||
| 248 | \(fn SYMBOL PROPNAME)" nil nil) | 248 | \(fn SYMBOL PROPNAME)" nil nil) |
| 249 | 249 | ||
| 250 | (autoload 'cl-prettyexpand "cl-extra" "\ | 250 | (autoload 'cl-prettyexpand "cl-extra" "\ |
| 251 | 251 | Expand macros in FORM and insert the pretty-printed result. | |
| 252 | Optional argument FULL non-nil means to expand all macros, | ||
| 253 | including `cl-block' and `cl-eval-when'. | ||
| 252 | 254 | ||
| 253 | \(fn FORM &optional FULL)" nil nil) | 255 | \(fn FORM &optional FULL)" nil nil) |
| 254 | 256 | ||
| @@ -265,7 +267,7 @@ Remove from SYMBOL's plist the property PROPNAME and its value. | |||
| 265 | ;;;;;; cl-typecase cl-ecase cl-case cl-load-time-value cl-eval-when | 267 | ;;;;;; cl-typecase cl-ecase cl-case cl-load-time-value cl-eval-when |
| 266 | ;;;;;; cl-destructuring-bind cl-function cl-defmacro cl-defun cl-gentemp | 268 | ;;;;;; cl-destructuring-bind cl-function cl-defmacro cl-defun cl-gentemp |
| 267 | ;;;;;; cl-gensym cl--compiler-macro-cXXr cl--compiler-macro-list*) | 269 | ;;;;;; cl-gensym cl--compiler-macro-cXXr cl--compiler-macro-list*) |
| 268 | ;;;;;; "cl-macs" "cl-macs.el" "57cf89149db1e8ea6bc1582713980cf8") | 270 | ;;;;;; "cl-macs" "cl-macs.el" "a7228877484d2b39e1c2bee40b011734") |
| 269 | ;;; Generated autoloads from cl-macs.el | 271 | ;;; Generated autoloads from cl-macs.el |
| 270 | 272 | ||
| 271 | (autoload 'cl--compiler-macro-list* "cl-macs" "\ | 273 | (autoload 'cl--compiler-macro-list* "cl-macs" "\ |
| @@ -320,7 +322,7 @@ its argument list allows full Common Lisp conventions. | |||
| 320 | \(fn FUNC)" nil t) | 322 | \(fn FUNC)" nil t) |
| 321 | 323 | ||
| 322 | (autoload 'cl-destructuring-bind "cl-macs" "\ | 324 | (autoload 'cl-destructuring-bind "cl-macs" "\ |
| 323 | 325 | Bind the variables in ARGS to the result of EXPR and execute BODY. | |
| 324 | 326 | ||
| 325 | \(fn ARGS EXPR &rest BODY)" nil t) | 327 | \(fn ARGS EXPR &rest BODY)" nil t) |
| 326 | 328 | ||
| @@ -564,12 +566,12 @@ values. For compatibility, (cl-values A B C) is a synonym for (list A B C). | |||
| 564 | (put 'cl-multiple-value-setq 'lisp-indent-function '1) | 566 | (put 'cl-multiple-value-setq 'lisp-indent-function '1) |
| 565 | 567 | ||
| 566 | (autoload 'cl-locally "cl-macs" "\ | 568 | (autoload 'cl-locally "cl-macs" "\ |
| 567 | 569 | Equivalent to `progn'. | |
| 568 | 570 | ||
| 569 | \(fn &rest BODY)" nil t) | 571 | \(fn &rest BODY)" nil t) |
| 570 | 572 | ||
| 571 | (autoload 'cl-the "cl-macs" "\ | 573 | (autoload 'cl-the "cl-macs" "\ |
| 572 | 574 | At present this ignores _TYPE and is simply equivalent to FORM. | |
| 573 | 575 | ||
| 574 | \(fn TYPE FORM)" nil t) | 576 | \(fn TYPE FORM)" nil t) |
| 575 | 577 | ||
| @@ -721,7 +723,10 @@ and then returning foo. | |||
| 721 | \(fn FUNC ARGS &rest BODY)" nil t) | 723 | \(fn FUNC ARGS &rest BODY)" nil t) |
| 722 | 724 | ||
| 723 | (autoload 'cl-compiler-macroexpand "cl-macs" "\ | 725 | (autoload 'cl-compiler-macroexpand "cl-macs" "\ |
| 724 | 726 | Like `macroexpand', but for compiler macros. | |
| 727 | Expands FORM repeatedly until no further expansion is possible. | ||
| 728 | Returns FORM unchanged if it has no compiler macro, or if it has a | ||
| 729 | macro that returns its `&whole' argument. | ||
| 725 | 730 | ||
| 726 | \(fn FORM)" nil nil) | 731 | \(fn FORM)" nil nil) |
| 727 | 732 | ||