From: Richard M. Stallman Date: Wed, 9 Nov 1994 20:18:34 +0000 (+0000) Subject: (copy-region-as-kill): Don't set this-command. X-Git-Tag: emacs-19.34~5985 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b7a1e68a4e8de82fc8095f0958b96c1aaf37d177;p=emacs.git (copy-region-as-kill): Don't set this-command. --- diff --git a/lisp/simple.el b/lisp/simple.el index 197e4e3df44..0c54a896b68 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -1147,7 +1147,6 @@ system cut and paste." (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)