emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/mouse.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/mouse.el [lexbind]
Date: Thu, 11 Nov 2004 23:46:53 -0500

Index: emacs/lisp/mouse.el
diff -c emacs/lisp/mouse.el:1.241.2.10 emacs/lisp/mouse.el:1.241.2.11
*** emacs/lisp/mouse.el:1.241.2.10      Thu Nov  4 13:12:41 2004
--- emacs/lisp/mouse.el Fri Nov 12 04:21:14 2004
***************
*** 1068,1075 ****
      (unless ignore
        ;; For certain special keys, delete the region.
        (if (member key mouse-region-delete-keys)
!         (delete-region (overlay-start mouse-drag-overlay)
!                        (overlay-end mouse-drag-overlay))
        ;; Otherwise, unread the key so it gets executed normally.
        (setq unread-command-events
              (nconc events unread-command-events))))
--- 1068,1074 ----
      (unless ignore
        ;; For certain special keys, delete the region.
        (if (member key mouse-region-delete-keys)
!         (delete-region (mark t) (point))
        ;; Otherwise, unread the key so it gets executed normally.
        (setq unread-command-events
              (nconc events unread-command-events))))




reply via email to

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