diff lisp/delsel.el @ 50422:b03765d292c2

(delete-active-region): Don't explicitly deactivate mark.
author Richard M. Stallman <rms@gnu.org>
date Thu, 03 Apr 2003 22:58:49 +0000
parents 2538b11fc837
children 695cf19ef79e
line wrap: on
line diff
--- a/lisp/delsel.el	Thu Apr 03 16:09:02 2003 +0000
+++ b/lisp/delsel.el	Thu Apr 03 22:58:49 2003 +0000
@@ -75,8 +75,6 @@
   (if killp
       (kill-region (point) (mark))
     (delete-region (point) (mark)))
-  (setq mark-active nil)
-  (run-hooks 'deactivate-mark-hook)
   t)
 
 (defun delete-selection-pre-hook ()