+2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
+
2012-06-04 Chong Yidong <cyd@gnu.org>
- * image.el (imagemagick-types-inhibit): Revert last change. Add
- INFO and M.
+ * image.el (imagemagick-types-inhibit): Revert last change.
+ Add INFO and M.
(imagemagick-enabled-types): Remove CIN and EPS*.
2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
that the containing function should return.
\(fn &rest VALUES)")
+(put 'cl-values 'byte-optimizer 'byte-compile-inline-expand)
(defalias 'cl-values-list #'identity
"Return multiple values, Common Lisp style, taken from a list.
that the containing function should return.
\(fn LIST)")
+(put 'cl-values-list 'byte-optimizer 'byte-compile-inline-expand)
(defsubst cl-multiple-value-list (expression)
"Return a list of the multiple values produced by EXPRESSION.