projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
935f400
)
Fix indentation in copy-region-as-kill
author
Lars Ingebrigtsen
<larsi@gnus.org>
Thu, 21 Apr 2022 14:23:02 +0000
(16:23 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Thu, 21 Apr 2022 14:23:02 +0000
(16:23 +0200)
* lisp/simple.el (copy-region-as-kill): Fix indendation.
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 7e964c9d1d50fa0ea9159874a0b9a9ba939bdcf5..323d51dd2d34051078199a8f25a9654aace54f5f 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-5457,7
+5457,7
@@
This command's old key binding has been given to `kill-ring-save'."
(let ((str (if region
(funcall region-extract-function nil)
(filter-buffer-substring beg end))))
- (if (eq last-command 'kill-region)
+
(if (eq last-command 'kill-region)
(kill-append str (< end beg))
(kill-new str)))
(setq deactivate-mark t)