mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 05:47:36 +00:00
(ad-special-forms): Correct the conditional inclusion of `track-mouse'.
This commit is contained in:
parent
e1e539ed8f
commit
ef86085033
2 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
|||
2000-11-21 Miles Bader <miles@gnu.org>
|
||||
|
||||
* 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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue