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

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

bug#18309: 24.3.93; cua-rectangle-mark-mode error


From: Glenn Morris
Subject: bug#18309: 24.3.93; cua-rectangle-mark-mode error
Date: Mon, 25 Aug 2014 12:41:20 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Version: 24.3.94

Installed in the absence of any comments.

Glenn Morris wrote:

> *** lisp/emulation/cua-rect.el        2014-07-06 23:58:52 +0000
> --- lisp/emulation/cua-rect.el        2014-08-21 20:44:23 +0000
> ***************
> *** 794,800 ****
>                              (make-string
>                               (- l cl0 (if (and (= le pl) (/= le lb)) 1 0))
>                               (if cua--virtual-edges-debug ?. ?\s))
> !                            'face (or (get-text-property (1- s) 'face) 
> 'default)))
>                    (if (/= pl le)
>                        (setq s (1- s))))
>                  (cond
> --- 794,800 ----
>                              (make-string
>                               (- l cl0 (if (and (= le pl) (/= le lb)) 1 0))
>                               (if cua--virtual-edges-debug ?. ?\s))
> !                            'face (or (get-text-property (max (1- s) 
> (point-min)) 'face) 'default)))
>                    (if (/= pl le)
>                        (setq s (1- s))))
>                  (cond





reply via email to

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