emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/emulation/cua-rect.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/emulation/cua-rect.el [lexbind]
Date: Wed, 15 Sep 2004 20:41:09 -0400

Index: emacs/lisp/emulation/cua-rect.el
diff -c emacs/lisp/emulation/cua-rect.el:1.5.2.5 
emacs/lisp/emulation/cua-rect.el:1.5.2.6
*** emacs/lisp/emulation/cua-rect.el:1.5.2.5    Thu Sep 16 00:12:22 2004
--- emacs/lisp/emulation/cua-rect.el    Thu Sep 16 00:14:59 2004
***************
*** 559,565 ****
    ;; Rectangle is padded if PAD = t or numeric and 
(cua--rectangle-virtual-edges)
    ;; Perform auto-tabify after operation if TABIFY is non-nil.
    ;; Mark is kept if keep-clear is 'keep and cleared if keep-clear is 'clear.
!   (let* ((start (cua--rectangle-top))
           (end   (cua--rectangle-bot))
           (l (cua--rectangle-left))
           (r (1+ (cua--rectangle-right)))
--- 559,566 ----
    ;; Rectangle is padded if PAD = t or numeric and 
(cua--rectangle-virtual-edges)
    ;; Perform auto-tabify after operation if TABIFY is non-nil.
    ;; Mark is kept if keep-clear is 'keep and cleared if keep-clear is 'clear.
!   (let* ((inhibit-field-text-motion t)
!        (start (cua--rectangle-top))
           (end   (cua--rectangle-bot))
           (l (cua--rectangle-left))
           (r (1+ (cua--rectangle-right)))




reply via email to

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