summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/advice.el
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2000-11-21 08:48:45 +0000
committerMiles Bader <miles@gnu.org>2000-11-21 08:48:45 +0000
commitdfb3afdda360c3499ab6c5a1bbd2e6bfeb5ff8a9 (patch)
tree5c6420773df755f50b7c2e85e172d7582810d7c6 /lisp/emacs-lisp/advice.el
parent77e68dd8e7a589a7f82e04f2791f66265b4451fe (diff)
downloademacs-dfb3afdda360c3499ab6c5a1bbd2e6bfeb5ff8a9.tar.gz
(ad-special-forms): Correct the conditional inclusion of `track-mouse'.
Diffstat (limited to 'lisp/emacs-lisp/advice.el')
-rw-r--r--lisp/emacs-lisp/advice.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/advice.el b/lisp/emacs-lisp/advice.el
index c8f7be749f0..4d32929ee9b 100644
--- a/lisp/emacs-lisp/advice.el
+++ b/lisp/emacs-lisp/advice.el
@@ -2471,7 +2471,7 @@ will clear the cache."
defun defvar function if interactive let let*
or prog1 prog2 progn quote save-current-buffer
save-excursion save-restriction save-window-excursion
- setq setq-default track-mouse unwind-protect while
+ setq setq-default unwind-protect while
with-output-to-temp-buffer)))
;; track-mouse could be void in some configurations.
(if (fboundp 'track-mouse)