* comint.el (comint-kill-region): Fix last change.

This commit is contained in:
Stefan Monnier 2010-11-17 22:44:35 -05:00
parent 9fca7811a8
commit b916cbefa4

View file

@ -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.