diff options
| author | Glenn Morris | 2012-10-25 06:17:47 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-10-25 06:17:47 -0400 |
| commit | cee6efdef3af910f952968a28094e89bde13faed (patch) | |
| tree | 24a0c132df1788a9d1c21b6984d58dc2cdf43fd1 /lisp | |
| parent | 69deda53a85df68656b62acdd45662101fef58b7 (diff) | |
| download | emacs-cee6efdef3af910f952968a28094e89bde13faed.tar.gz emacs-cee6efdef3af910f952968a28094e89bde13faed.zip | |
Auto-commit of loaddefs files.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/emacs-lisp/cl-loaddefs.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/cl-loaddefs.el b/lisp/emacs-lisp/cl-loaddefs.el index d05fbc42060..684ea42b157 100644 --- a/lisp/emacs-lisp/cl-loaddefs.el +++ b/lisp/emacs-lisp/cl-loaddefs.el | |||
| @@ -260,7 +260,7 @@ Remove from SYMBOL's plist the property PROPNAME and its value. | |||
| 260 | ;;;;;; cl-typecase cl-ecase cl-case cl-load-time-value cl-eval-when | 260 | ;;;;;; cl-typecase cl-ecase cl-case cl-load-time-value cl-eval-when |
| 261 | ;;;;;; cl-destructuring-bind cl-function cl-defmacro cl-defun cl-gentemp | 261 | ;;;;;; cl-destructuring-bind cl-function cl-defmacro cl-defun cl-gentemp |
| 262 | ;;;;;; cl-gensym cl--compiler-macro-cXXr cl--compiler-macro-list*) | 262 | ;;;;;; cl-gensym cl--compiler-macro-cXXr cl--compiler-macro-list*) |
| 263 | ;;;;;; "cl-macs" "cl-macs.el" "885919e79dbcd11081cfb2e039b470c7") | 263 | ;;;;;; "cl-macs" "cl-macs.el" "366e9efa4e3e7a81b2253e503611b23a") |
| 264 | ;;; Generated autoloads from cl-macs.el | 264 | ;;; Generated autoloads from cl-macs.el |
| 265 | 265 | ||
| 266 | (autoload 'cl--compiler-macro-list* "cl-macs" "\ | 266 | (autoload 'cl--compiler-macro-list* "cl-macs" "\ |
| @@ -485,7 +485,7 @@ before assigning any symbols SYM to the corresponding values. | |||
| 485 | Bind SYMBOLS to VALUES dynamically in BODY. | 485 | Bind SYMBOLS to VALUES dynamically in BODY. |
| 486 | The forms SYMBOLS and VALUES are evaluated, and must evaluate to lists. | 486 | The forms SYMBOLS and VALUES are evaluated, and must evaluate to lists. |
| 487 | Each symbol in the first list is bound to the corresponding value in the | 487 | Each symbol in the first list is bound to the corresponding value in the |
| 488 | second list (or made unbound if VALUES is shorter than SYMBOLS); then the | 488 | second list (or to nil if VALUES is shorter than SYMBOLS); then the |
| 489 | BODY forms are executed and their result is returned. This is much like | 489 | BODY forms are executed and their result is returned. This is much like |
| 490 | a `let' form, except that the list of symbols can be computed at run-time. | 490 | a `let' form, except that the list of symbols can be computed at run-time. |
| 491 | 491 | ||