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: Thu, 08 Dec 2005 15:56:35 -0500

Index: emacs/lisp/emulation/cua-rect.el
diff -c emacs/lisp/emulation/cua-rect.el:1.25 
emacs/lisp/emulation/cua-rect.el:1.26
*** emacs/lisp/emulation/cua-rect.el:1.25       Tue Nov 29 23:58:20 2005
--- emacs/lisp/emulation/cua-rect.el    Thu Dec  8 20:56:35 2005
***************
*** 641,651 ****
             (if (= (point) (line-end-position))
                 (setq bs (- r l)
                       copy nil)
!              (skip-chars-forward "\s\t" e)
               (setq bs (- (min r (current-column)) l)
                     s (point))
               (move-to-column r)
!              (skip-chars-backward "\s\t" s)
               (setq as (- r (max (current-column) l))
                     e (point)))
                     (setq row (if (and copy (> e s))
--- 641,651 ----
             (if (= (point) (line-end-position))
                 (setq bs (- r l)
                       copy nil)
!              (skip-chars-forward " \t" e)
               (setq bs (- (min r (current-column)) l)
                     s (point))
               (move-to-column r)
!              (skip-chars-backward " \t" s)
               (setq as (- r (max (current-column) l))
                     e (point)))
                     (setq row (if (and copy (> e s))




reply via email to

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