Fix indentation in copy-region-as-kill
* lisp/simple.el (copy-region-as-kill): Fix indendation.
This commit is contained in:
parent
935f400a33
commit
11f66e16ac
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue