diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2010-11-17 22:44:35 -0500 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2010-11-17 22:44:35 -0500 |
commit | b916cbefa481920a49eac03c7025693f38afc882 (patch) | |
tree | 03d208942c86aa4f6e3e2ec363fae6a69a7af15a | |
parent | 9fca7811a8f085b4a75b197caec60886fdae324e (diff) | |
download | emacs-b916cbefa481920a49eac03c7025693f38afc882.tar.gz |
* comint.el (comint-kill-region): Fix last change.
-rw-r--r-- | lisp/comint.el | 2 |
1 files changed, 1 insertions, 1 deletions
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. |