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
7a04bee9
Commit
7a04bee9
authored
Sep 19, 2012
by
Stefan Monnier
Browse files
* lisp/emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
parent
e99f70c8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/emacs-lisp/macroexp.el
lisp/emacs-lisp/macroexp.el
+1
-1
No files found.
lisp/ChangeLog
View file @
7a04bee9
2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
* emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
2012-09-19 Juri Linkov <juri@jurta.org>
* dired-aux.el (dired-diff): Add (require 'diff) because
...
...
lisp/emacs-lisp/macroexp.el
View file @
7a04bee9
...
...
@@ -149,7 +149,7 @@ Assumes the caller has bound `macroexpand-all-environment'."
(
symbolp
(
car
form
))
(
get
(
car
form
)
'byte-obsolete-info
))
(
macroexp--funcall-and-return
(
lambda
()
(
byte-compile-warn-obsolete
',
(
car
form
)))
(
lambda
()
(
byte-compile-warn-obsolete
(
car
form
)))
#'
ignore
;FIXME: We should `message' something.
new-form
)
new-form
)))
...
...
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