emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] emacs-25 ccb75d7: Partially revert previous change.


From: Stefan Monnier
Subject: Re: [Emacs-diffs] emacs-25 ccb75d7: Partially revert previous change.
Date: Tue, 26 Apr 2016 20:03:34 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

> --- a/lisp/rect.el
> +++ b/lisp/rect.el
> @@ -783,7 +783,7 @@ Ignores `line-move-visual'."
>                       (if (not old)
>                           (let ((ol (make-overlay left right)))
>                             (overlay-put ol 'window window)
> -                           (overlay-put ol 'face 'rectangle-preview)
> +                           (overlay-put ol 'face 'region)
>                             ol)
>                         (let ((ol (pop old)))
>                           (move-overlay ol left right (current-buffer))

Shouldn't the other uses of `rectangle-preview' in
rectangle--highlight-for-redisplay also be reverted?


        Stefan



reply via email to

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