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: Fri, 09 Dec 2005 04:09:41 -0500

Index: emacs/lisp/emulation/cua-rect.el
diff -c emacs/lisp/emulation/cua-rect.el:1.28 
emacs/lisp/emulation/cua-rect.el:1.29
*** emacs/lisp/emulation/cua-rect.el:1.28       Thu Dec  8 22:52:50 2005
--- emacs/lisp/emulation/cua-rect.el    Fri Dec  9 09:09:41 2005
***************
*** 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))
--- 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))




reply via email to

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