* comint.el (comint-kill-region): Fix last change.
This commit is contained in:
parent
9fca7811a8
commit
b916cbefa4
1 changed files with 1 additions and 1 deletions
|
@ -2641,7 +2641,7 @@ updated using `comint-update-fence', if necessary."
|
|||
(let ((inhibit-read-only t))
|
||||
(kill-region beg end yank-handler)
|
||||
(comint-update-fence))))))
|
||||
(set-advertised-calling-convention 'comint-kill-new '(beg end) "23.3")
|
||||
(set-advertised-calling-convention 'comint-kill-region '(beg end) "23.3")
|
||||
|
||||
|
||||
;; Support for source-file processing commands.
|
||||
|
|
Loading…
Add table
Reference in a new issue