diff options
| author | Glenn Morris | 2012-07-12 06:20:34 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-07-12 06:20:34 -0400 |
| commit | 222fbb8bc910094842343fd70f53400d2dcbf92d (patch) | |
| tree | ba7d08384e43cc99f811fad0a726edeea1fe6dee | |
| parent | dd0d840e4e99c2ccb691f8ac0886652ba6bdc26d (diff) | |
| download | emacs-222fbb8bc910094842343fd70f53400d2dcbf92d.tar.gz emacs-222fbb8bc910094842343fd70f53400d2dcbf92d.zip | |
Auto-commit of loaddefs files.
| -rw-r--r-- | lisp/emacs-lisp/cl-loaddefs.el | 65 |
1 files changed, 44 insertions, 21 deletions
diff --git a/lisp/emacs-lisp/cl-loaddefs.el b/lisp/emacs-lisp/cl-loaddefs.el index 4d7e1ecc8b0..947fa9513bb 100644 --- a/lisp/emacs-lisp/cl-loaddefs.el +++ b/lisp/emacs-lisp/cl-loaddefs.el | |||
| @@ -7,11 +7,11 @@ | |||
| 7 | ;;;;;; cl-getf cl-get cl-tailp cl-list-length cl-nreconc cl-revappend | 7 | ;;;;;; cl-getf cl-get cl-tailp cl-list-length cl-nreconc cl-revappend |
| 8 | ;;;;;; cl-concatenate cl-subseq cl-float-limits cl-random-state-p | 8 | ;;;;;; cl-concatenate cl-subseq cl-float-limits cl-random-state-p |
| 9 | ;;;;;; cl-make-random-state cl-random cl-signum cl-rem cl-mod cl-round | 9 | ;;;;;; cl-make-random-state cl-random cl-signum cl-rem cl-mod cl-round |
| 10 | ;;;;;; cl-truncate cl-ceiling cl-floor cl-isqrt cl-lcm cl-gcd cl--progv-before | 10 | ;;;;;; cl-truncate cl-ceiling cl-floor cl-isqrt cl-lcm cl-gcd cl--set-frame-visible-p |
| 11 | ;;;;;; cl--set-frame-visible-p cl--map-overlays cl--map-intervals | 11 | ;;;;;; cl--map-overlays cl--map-intervals cl--map-keymap-recursively |
| 12 | ;;;;;; cl--map-keymap-recursively cl-notevery cl-notany cl-every | 12 | ;;;;;; cl-notevery cl-notany cl-every cl-some cl-mapcon cl-mapcan |
| 13 | ;;;;;; cl-some cl-mapcon cl-mapcan cl-mapl cl-maplist cl-map cl--mapcar-many | 13 | ;;;;;; cl-mapl cl-maplist cl-map cl--mapcar-many cl-equalp cl-coerce) |
| 14 | ;;;;;; cl-equalp cl-coerce) "cl-extra" "cl-extra.el" "3656b89f2196d70e50ba9d7bb9519416") | 14 | ;;;;;; "cl-extra" "cl-extra.el" "535a24c1cff55a16e3d51219498a7858") |
| 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" "\ |
| @@ -102,11 +102,6 @@ Return true if PREDICATE is false of some element of SEQ or SEQs. | |||
| 102 | 102 | ||
| 103 | \(fn FRAME VAL)" nil nil) | 103 | \(fn FRAME VAL)" nil nil) |
| 104 | 104 | ||
| 105 | (autoload 'cl--progv-before "cl-extra" "\ | ||
| 106 | |||
| 107 | |||
| 108 | \(fn SYMS VALUES)" nil nil) | ||
| 109 | |||
| 110 | (autoload 'cl-gcd "cl-extra" "\ | 105 | (autoload 'cl-gcd "cl-extra" "\ |
| 111 | Return the greatest common divisor of the arguments. | 106 | Return the greatest common divisor of the arguments. |
| 112 | 107 | ||
| @@ -257,15 +252,15 @@ Remove from SYMBOL's plist the property PROPNAME and its value. | |||
| 257 | ;;;### (autoloads (cl--compiler-macro-cXXr cl--compiler-macro-list* | 252 | ;;;### (autoloads (cl--compiler-macro-cXXr cl--compiler-macro-list* |
| 258 | ;;;;;; cl--compiler-macro-adjoin cl-defsubst cl-compiler-macroexpand | 253 | ;;;;;; cl--compiler-macro-adjoin cl-defsubst cl-compiler-macroexpand |
| 259 | ;;;;;; cl-define-compiler-macro cl-assert cl-check-type cl-typep | 254 | ;;;;;; cl-define-compiler-macro cl-assert cl-check-type cl-typep |
| 260 | ;;;;;; cl-deftype cl-defstruct cl-callf2 cl-callf cl-rotatef cl-shiftf | 255 | ;;;;;; cl-deftype cl-defstruct cl-callf2 cl-callf cl-letf* cl-letf |
| 261 | ;;;;;; cl-remf cl-psetf cl-declare cl-the cl-locally cl-multiple-value-setq | 256 | ;;;;;; cl-rotatef cl-shiftf cl-remf cl-psetf cl-declare cl-the cl-locally |
| 262 | ;;;;;; cl-multiple-value-bind cl-symbol-macrolet cl-macrolet cl-labels | 257 | ;;;;;; cl-multiple-value-setq cl-multiple-value-bind cl-symbol-macrolet |
| 263 | ;;;;;; cl-flet* cl-flet cl-progv cl-psetq cl-do-all-symbols cl-do-symbols | 258 | ;;;;;; cl-macrolet cl-labels cl-flet* cl-flet cl-progv cl-psetq |
| 264 | ;;;;;; cl-dotimes cl-dolist cl-do* cl-do cl-loop cl-return-from | 259 | ;;;;;; cl-do-all-symbols cl-do-symbols cl-dotimes cl-dolist cl-do* |
| 265 | ;;;;;; cl-return cl-block cl-etypecase cl-typecase cl-ecase cl-case | 260 | ;;;;;; cl-do cl-loop cl-return-from cl-return cl-block cl-etypecase |
| 266 | ;;;;;; cl-load-time-value cl-eval-when cl-destructuring-bind cl-function | 261 | ;;;;;; cl-typecase cl-ecase cl-case cl-load-time-value cl-eval-when |
| 267 | ;;;;;; cl-defmacro cl-defun cl-gentemp cl-gensym) "cl-macs" "cl-macs.el" | 262 | ;;;;;; cl-destructuring-bind cl-function cl-defmacro cl-defun cl-gentemp |
| 268 | ;;;;;; "e7bb76130254614df1603a1c1e89cb49") | 263 | ;;;;;; cl-gensym) "cl-macs" "cl-macs.el" "a175c7714223c21a617b0460e130f1d8") |
| 269 | ;;; Generated autoloads from cl-macs.el | 264 | ;;; Generated autoloads from cl-macs.el |
| 270 | 265 | ||
| 271 | (autoload 'cl-gensym "cl-macs" "\ | 266 | (autoload 'cl-gensym "cl-macs" "\ |
| @@ -346,7 +341,7 @@ Key values are compared by `eql'. | |||
| 346 | (put 'cl-case 'lisp-indent-function '1) | 341 | (put 'cl-case 'lisp-indent-function '1) |
| 347 | 342 | ||
| 348 | (autoload 'cl-ecase "cl-macs" "\ | 343 | (autoload 'cl-ecase "cl-macs" "\ |
| 349 | Like `cl-case', but error if no cl-case fits. | 344 | Like `cl-case', but error if no case fits. |
| 350 | `otherwise'-clauses are not allowed. | 345 | `otherwise'-clauses are not allowed. |
| 351 | 346 | ||
| 352 | \(fn EXPR (KEYLIST BODY...)...)" nil t) | 347 | \(fn EXPR (KEYLIST BODY...)...)" nil t) |
| @@ -441,6 +436,8 @@ An implicit nil block is established around the loop. | |||
| 441 | 436 | ||
| 442 | \(fn (VAR LIST [RESULT]) BODY...)" nil t) | 437 | \(fn (VAR LIST [RESULT]) BODY...)" nil t) |
| 443 | 438 | ||
| 439 | (put 'cl-dolist 'lisp-indent-function '1) | ||
| 440 | |||
| 444 | (autoload 'cl-dotimes "cl-macs" "\ | 441 | (autoload 'cl-dotimes "cl-macs" "\ |
| 445 | Loop a certain number of times. | 442 | Loop a certain number of times. |
| 446 | Evaluate BODY with VAR bound to successive integers from 0, inclusive, | 443 | Evaluate BODY with VAR bound to successive integers from 0, inclusive, |
| @@ -449,6 +446,8 @@ nil. | |||
| 449 | 446 | ||
| 450 | \(fn (VAR COUNT [RESULT]) BODY...)" nil t) | 447 | \(fn (VAR COUNT [RESULT]) BODY...)" nil t) |
| 451 | 448 | ||
| 449 | (put 'cl-dotimes 'lisp-indent-function '1) | ||
| 450 | |||
| 452 | (autoload 'cl-do-symbols "cl-macs" "\ | 451 | (autoload 'cl-do-symbols "cl-macs" "\ |
| 453 | Loop over all symbols. | 452 | Loop over all symbols. |
| 454 | Evaluate BODY with VAR bound to each interned symbol, or to each symbol | 453 | Evaluate BODY with VAR bound to each interned symbol, or to each symbol |
| @@ -502,7 +501,8 @@ Like `cl-flet' but the definitions can refer to previous ones. | |||
| 502 | 501 | ||
| 503 | (autoload 'cl-labels "cl-macs" "\ | 502 | (autoload 'cl-labels "cl-macs" "\ |
| 504 | Make temporary function bindings. | 503 | Make temporary function bindings. |
| 505 | The bindings can be recursive. Assumes the use of `lexical-binding'. | 504 | The bindings can be recursive and the scoping is lexical, but capturing them |
| 505 | in closures will only work if `lexical-binding' is in use. | ||
| 506 | 506 | ||
| 507 | \(fn ((FUNC ARGLIST BODY...) ...) FORM...)" nil t) | 507 | \(fn ((FUNC ARGLIST BODY...) ...) FORM...)" nil t) |
| 508 | 508 | ||
| @@ -599,6 +599,29 @@ Each PLACE may be a symbol, or any generalized variable allowed by `setf'. | |||
| 599 | 599 | ||
| 600 | \(fn PLACE...)" nil t) | 600 | \(fn PLACE...)" nil t) |
| 601 | 601 | ||
| 602 | (autoload 'cl-letf "cl-macs" "\ | ||
| 603 | Temporarily bind to PLACEs. | ||
| 604 | This is the analogue of `let', but with generalized variables (in the | ||
| 605 | sense of `setf') for the PLACEs. Each PLACE is set to the corresponding | ||
| 606 | VALUE, then the BODY forms are executed. On exit, either normally or | ||
| 607 | because of a `throw' or error, the PLACEs are set back to their original | ||
| 608 | values. Note that this macro is *not* available in Common Lisp. | ||
| 609 | As a special case, if `(PLACE)' is used instead of `(PLACE VALUE)', | ||
| 610 | the PLACE is not modified before executing BODY. | ||
| 611 | |||
| 612 | \(fn ((PLACE VALUE) ...) BODY...)" nil t) | ||
| 613 | |||
| 614 | (put 'cl-letf 'lisp-indent-function '1) | ||
| 615 | |||
| 616 | (autoload 'cl-letf* "cl-macs" "\ | ||
| 617 | Temporarily bind to PLACEs. | ||
| 618 | Like `cl-letf' but where the bindings are performed one at a time, | ||
| 619 | rather than all at the end (i.e. like `let*' rather than like `let'). | ||
| 620 | |||
| 621 | \(fn BINDINGS &rest BODY)" nil t) | ||
| 622 | |||
| 623 | (put 'cl-letf* 'lisp-indent-function '1) | ||
| 624 | |||
| 602 | (autoload 'cl-callf "cl-macs" "\ | 625 | (autoload 'cl-callf "cl-macs" "\ |
| 603 | Set PLACE to (FUNC PLACE ARGS...). | 626 | Set PLACE to (FUNC PLACE ARGS...). |
| 604 | FUNC should be an unquoted function name. PLACE may be a symbol, | 627 | FUNC should be an unquoted function name. PLACE may be a symbol, |