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
32170f7f
Commit
32170f7f
authored
Nov 08, 2012
by
Stefan Monnier
Browse files
* lisp/emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
miscompilation of trace.el.
parent
4c1f6a5b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/emacs-lisp/advice.el
lisp/emacs-lisp/advice.el
+2
-1
No files found.
lisp/ChangeLog
View file @
32170f7f
2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
* emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
miscompilation of trace.el.
2012-11-08 Glenn Morris <rgm@gnu.org>
* vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
...
...
lisp/emacs-lisp/advice.el
View file @
32170f7f
...
...
@@ -1709,7 +1709,8 @@
;; During a normal load this is a noop:
(
require
'advice-preload
"advice.el"
)
(
require
'macroexp
)
(
eval-when-compile
(
require
'cl-lib
))
;; At run-time also, since ad-do-advised-functions returns code that uses it.
(
require
'cl-lib
)
;; @@ Variable definitions:
;; ========================
...
...
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