From b916cbefa481920a49eac03c7025693f38afc882 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Wed, 17 Nov 2010 22:44:35 -0500 Subject: [PATCH] * comint.el (comint-kill-region): Fix last change. --- lisp/comint.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/comint.el b/lisp/comint.el index ca8f775cf13..aa0e1599537 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -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. -- 2.39.2