diff lisp/simple.el @ 9870:5b91dec229a3

(copy-region-as-kill): Don't set this-command.
author Richard M. Stallman <rms@gnu.org>
date Wed, 09 Nov 1994 20:18:34 +0000
parents 6a9a8abb0b6e
children 75ecf866cfb8
line wrap: on
line diff
--- a/lisp/simple.el	Wed Nov 09 12:57:30 1994 +0000
+++ b/lisp/simple.el	Wed Nov 09 20:18:34 1994 +0000
@@ -1147,7 +1147,6 @@
   (if (eq last-command 'kill-region)
       (kill-append (buffer-substring beg end) (< end beg))
     (kill-new (buffer-substring beg end)))
-  (setq this-command 'kill-region)
   nil)
 
 (defun kill-ring-save (beg end)