From dfb3afdda360c3499ab6c5a1bbd2e6bfeb5ff8a9 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Tue, 21 Nov 2000 08:48:45 +0000 Subject: (ad-special-forms): Correct the conditional inclusion of `track-mouse'. --- lisp/emacs-lisp/advice.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/emacs-lisp/advice.el') 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) -- cgit v1.2.1