From: Karl Heuer Date: Wed, 9 Nov 1994 22:10:55 +0000 (+0000) Subject: Comment reason for preceding change. X-Git-Tag: emacs-19.34~5979 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a382890aab9a7f56217ed62f47ad70f074cf0003;p=emacs.git Comment reason for preceding change. --- diff --git a/lisp/simple.el b/lisp/simple.el index 0c54a896b68..9eb16684888 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -1139,6 +1139,9 @@ to make one entry in the kill ring." (copy-region-as-kill beg end) (delete-region beg end)))) +;; copy-region-as-kill no longer sets this-command, because it's confusing +;; to get two copies of the text when the user accidentally types M-w and +;; then corrects it with the intended C-w. (defun copy-region-as-kill (beg end) "Save the region as if killed, but don't kill it. If `interprogram-cut-function' is non-nil, also save the text for a window