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


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/emulation/cua-rect.el
Date: Sun, 12 Sep 2004 16:42:34 -0400

Index: emacs/lisp/emulation/cua-rect.el
diff -c emacs/lisp/emulation/cua-rect.el:1.13 
emacs/lisp/emulation/cua-rect.el:1.14
*** emacs/lisp/emulation/cua-rect.el:1.13       Wed Sep  8 13:07:50 2004
--- emacs/lisp/emulation/cua-rect.el    Sun Sep 12 20:26:39 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]