diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2012-06-05 12:43:43 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2012-06-05 12:43:43 -0400 |
commit | 53aacf21b41d567ff41cc33b91a44b018ceb4195 (patch) | |
tree | eb9699724e8a1c9428d52acff05fef2d585f5820 /lisp/emacs-lisp/cl-loaddefs.el | |
parent | 57a7d50707c79e22f52a71d9c7f6d4a4773456c3 (diff) | |
download | emacs-53aacf21b41d567ff41cc33b91a44b018ceb4195.tar.gz |
* lisp/emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
compiler-macro expansion.
Diffstat (limited to 'lisp/emacs-lisp/cl-loaddefs.el')
-rw-r--r-- | lisp/emacs-lisp/cl-loaddefs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/cl-loaddefs.el b/lisp/emacs-lisp/cl-loaddefs.el index 6d4f60b1029..d521ea32117 100644 --- a/lisp/emacs-lisp/cl-loaddefs.el +++ b/lisp/emacs-lisp/cl-loaddefs.el @@ -289,7 +289,7 @@ This also does some trivial optimizations to make the form prettier. ;;;;;; cl-return cl-block cl-etypecase cl-typecase cl-ecase cl-case ;;;;;; cl-load-time-value cl-eval-when cl-destructuring-bind cl-function ;;;;;; cl-defmacro cl-defun cl-gentemp cl-gensym) "cl-macs" "cl-macs.el" -;;;;;; "35e128b3ab7780c4f9c25da5a0adea7a") +;;;;;; "f3973150add70d26cadb8530147dfc99") ;;; Generated autoloads from cl-macs.el (autoload 'cl-gensym "cl-macs" "\ |