[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Emacs-diffs] emacs-25 ccb75d7: Partially revert previous change.
From: |
Mark Oteiza |
Subject: |
Re: [Emacs-diffs] emacs-25 ccb75d7: Partially revert previous change. |
Date: |
Tue, 26 Apr 2016 20:13:05 -0400 |
User-agent: |
Mutt/1.5.24+88 (2a73a6e7c6e7) (2015-08-30) |
On 26/04/16 at 08:03pm, Stefan Monnier wrote:
> > --- 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?
Probably. Hopefully all fixed now.