diff options
author | Miles Bader <miles@gnu.org> | 2000-11-21 08:49:33 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2000-11-21 08:49:33 +0000 |
commit | ef860850335cbc413fe3c9f71dd8deca7b400fdb (patch) | |
tree | 89a22fefe526165fa0f0a7b390b1d37d931fb4eb /lisp/emacs-lisp/advice.el | |
parent | e1e539ed8f3e9fe65ab242d3b38fab36ea6fb3d8 (diff) | |
download | emacs-ef860850335cbc413fe3c9f71dd8deca7b400fdb.tar.gz emacs-ef860850335cbc413fe3c9f71dd8deca7b400fdb.tar.bz2 emacs-ef860850335cbc413fe3c9f71dd8deca7b400fdb.zip |
(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.el | 2 |
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) |