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


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/mouse.el
Date: Sun, 03 Mar 2002 11:51:45 -0500

Index: emacs/lisp/mouse.el
diff -c emacs/lisp/mouse.el:1.237 emacs/lisp/mouse.el:1.238
*** emacs/lisp/mouse.el:1.237   Fri Mar  1 06:41:00 2002
--- emacs/lisp/mouse.el Sun Mar  3 11:51:45 2002
***************
*** 1001,1007 ****
  
  ;; Momentarily show where the mark is, if highlighting doesn't show it.
  
! (defvar mouse-region-delete-keys '([delete])
    "List of keys which shall cause the mouse region to be deleted.")
  
  (defun mouse-show-mark ()
--- 1001,1007 ----
  
  ;; Momentarily show where the mark is, if highlighting doesn't show it.
  
! (defvar mouse-region-delete-keys '([delete] [deletechar])
    "List of keys which shall cause the mouse region to be deleted.")
  
  (defun mouse-show-mark ()



reply via email to

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