aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-11-17 06:20:58 -0500
committerGlenn Morris2012-11-17 06:20:58 -0500
commitd76afb936dc9cf6a7be48162ebb3c7114e65412a (patch)
tree9d4b025cd5db5ec1d69105b8a87b9a65b772aeea
parenta455a5cee5f84cd405f368b1016792cd3ad5db2a (diff)
downloademacs-d76afb936dc9cf6a7be48162ebb3c7114e65412a.tar.gz
emacs-d76afb936dc9cf6a7be48162ebb3c7114e65412a.zip
Auto-commit of loaddefs files.
-rw-r--r--lisp/emacs-lisp/cl-loaddefs.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/emacs-lisp/cl-loaddefs.el b/lisp/emacs-lisp/cl-loaddefs.el
index 765bdf71519..69882e36f22 100644
--- a/lisp/emacs-lisp/cl-loaddefs.el
+++ b/lisp/emacs-lisp/cl-loaddefs.el
@@ -267,7 +267,7 @@ including `cl-block' and `cl-eval-when'.
267;;;;;; 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
268;;;;;; cl-destructuring-bind cl-function cl-defmacro cl-defun cl-gentemp 268;;;;;; cl-destructuring-bind cl-function cl-defmacro cl-defun cl-gentemp
269;;;;;; cl-gensym cl--compiler-macro-cXXr cl--compiler-macro-list*) 269;;;;;; cl-gensym cl--compiler-macro-cXXr cl--compiler-macro-list*)
270;;;;;; "cl-macs" "cl-macs.el" "887ee7c4b9eb5766c6483d27e84aac21") 270;;;;;; "cl-macs" "cl-macs.el" "a7d9b56ea588b869813de8ed7ec1fbcd")
271;;; Generated autoloads from cl-macs.el 271;;; Generated autoloads from cl-macs.el
272 272
273(autoload 'cl--compiler-macro-list* "cl-macs" "\ 273(autoload 'cl--compiler-macro-list* "cl-macs" "\
@@ -416,7 +416,7 @@ This is compatible with Common Lisp, but note that `defun' and
416(put 'cl-return-from 'lisp-indent-function '1) 416(put 'cl-return-from 'lisp-indent-function '1)
417 417
418(autoload 'cl-loop "cl-macs" "\ 418(autoload 'cl-loop "cl-macs" "\
419The Common Lisp `cl-loop' macro. 419The Common Lisp `loop' macro.
420Valid clauses are: 420Valid clauses are:
421 for VAR from/upfrom/downfrom NUM to/upto/downto/above/below NUM by NUM, 421 for VAR from/upfrom/downfrom NUM to/upto/downto/above/below NUM by NUM,
422 for VAR in LIST by FUNC, for VAR on LIST by FUNC, for VAR = INIT then EXPR, 422 for VAR in LIST by FUNC, for VAR on LIST by FUNC, for VAR = INIT then EXPR,
@@ -432,14 +432,14 @@ Valid clauses are:
432\(fn CLAUSE...)" nil t) 432\(fn CLAUSE...)" nil t)
433 433
434(autoload 'cl-do "cl-macs" "\ 434(autoload 'cl-do "cl-macs" "\
435The Common Lisp `cl-do' loop. 435The Common Lisp `do' loop.
436 436
437\(fn ((VAR INIT [STEP])...) (END-TEST [RESULT...]) BODY...)" nil t) 437\(fn ((VAR INIT [STEP])...) (END-TEST [RESULT...]) BODY...)" nil t)
438 438
439(put 'cl-do 'lisp-indent-function '2) 439(put 'cl-do 'lisp-indent-function '2)
440 440
441(autoload 'cl-do* "cl-macs" "\ 441(autoload 'cl-do* "cl-macs" "\
442The Common Lisp `cl-do*' loop. 442The Common Lisp `do*' loop.
443 443
444\(fn ((VAR INIT [STEP])...) (END-TEST [RESULT...]) BODY...)" nil t) 444\(fn ((VAR INIT [STEP])...) (END-TEST [RESULT...]) BODY...)" nil t)
445 445
@@ -501,7 +501,7 @@ a `let' form, except that the list of symbols can be computed at run-time.
501(put 'cl-progv 'lisp-indent-function '2) 501(put 'cl-progv 'lisp-indent-function '2)
502 502
503(autoload 'cl-flet "cl-macs" "\ 503(autoload 'cl-flet "cl-macs" "\
504Make temporary function definitions. 504Make local function definitions.
505Like `cl-labels' but the definitions are not recursive. 505Like `cl-labels' but the definitions are not recursive.
506 506
507\(fn ((FUNC ARGLIST BODY...) ...) FORM...)" nil t) 507\(fn ((FUNC ARGLIST BODY...) ...) FORM...)" nil t)
@@ -509,7 +509,7 @@ Like `cl-labels' but the definitions are not recursive.
509(put 'cl-flet 'lisp-indent-function '1) 509(put 'cl-flet 'lisp-indent-function '1)
510 510
511(autoload 'cl-flet* "cl-macs" "\ 511(autoload 'cl-flet* "cl-macs" "\
512Make temporary function definitions. 512Make local function definitions.
513Like `cl-flet' but the definitions can refer to previous ones. 513Like `cl-flet' but the definitions can refer to previous ones.
514 514
515\(fn ((FUNC ARGLIST BODY...) ...) FORM...)" nil t) 515\(fn ((FUNC ARGLIST BODY...) ...) FORM...)" nil t)