From: Miles Bader Date: Tue, 21 Nov 2000 08:49:33 +0000 (+0000) Subject: (ad-special-forms): Correct the conditional inclusion of `track-mouse'. X-Git-Tag: emacs-pretest-21.0.92~252 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ef860850335cbc413fe3c9f71dd8deca7b400fdb;p=emacs.git (ad-special-forms): Correct the conditional inclusion of `track-mouse'. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ebbe543adf1..21f22693f66 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2000-11-21 Miles Bader + * emacs-lisp/advice.el (ad-special-forms): Correct the conditional + inclusion of `track-mouse'. + * textmodes/refill.el (refill-ignorable-overlay): New variable. (refill-adjust-ignorable-overlay): New function. (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill 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)