changeset 43657:dc2db86d1fea

(mouse-region-delete-keys): Add deletechar.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 03 Mar 2002 16:51:45 +0000
parents c825cf5da356
children 66852c480a4d
files lisp/mouse.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mouse.el	Sun Mar 03 16:25:09 2002 +0000
+++ b/lisp/mouse.el	Sun Mar 03 16:51:45 2002 +0000
@@ -1001,7 +1001,7 @@
 
 ;; Momentarily show where the mark is, if highlighting doesn't show it.
 
-(defvar mouse-region-delete-keys '([delete])
+(defvar mouse-region-delete-keys '([delete] [deletechar])
   "List of keys which shall cause the mouse region to be deleted.")
 
 (defun mouse-show-mark ()