Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e364a2b7
Commit
e364a2b7
authored
Jun 04, 2012
by
Stefan Monnier
Browse files
* lisp/emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
parent
093c0257
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
lisp/ChangeLog
lisp/ChangeLog
+6
-2
lisp/emacs-lisp/cl-lib.el
lisp/emacs-lisp/cl-lib.el
+2
-0
No files found.
lisp/ChangeLog
View file @
e364a2b7
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>
...
...
lisp/emacs-lisp/cl-lib.el
View file @
e364a2b7
...
...
@@ -227,6 +227,7 @@ The arguments of `cl-values' are the values
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.
...
...
@@ -234,6 +235,7 @@ LIST specifies the list of values
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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment