emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: trivial error in mouse-drag-region()


From: Romain Francoise
Subject: Re: trivial error in mouse-drag-region()
Date: Sun, 23 Oct 2005 11:21:59 +0200

MIYOSHI Masanori <address@hidden> writes:

> --- mouse.el  14 Oct 2005 13:15:05 -0000      1.282
> +++ mouse.el  14 Oct 2005 23:24:20 -0000
> @@ -768,7 +768,7 @@
>       (save-excursion
>         ;; Swallow the up-event.
>         (read-event)
> -       (set-buffer "*Messages*")
> +       (set-buffer (get-buffer-create "*Messages*"))
>         (goto-char (point-max))
>         (display-buffer (current-buffer)))
>        ;; Give temporary modes such as isearch a chance to turn off.

Thanks for the patch, I installed it.

-- 
Romain Francoise <address@hidden> | I just thought I'd go out
it's a miracle -- http://orebokech.com/ | with a little bit more style.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]