From c2705d61dea1317d2ab2529d9d410c889ff3b9f8 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 4 Aug 1998 09:30:02 +0000 Subject: [PATCH] (comint-bol-or-process-mark): Refer to this command's name correctly. --- lisp/comint.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/comint.el b/lisp/comint.el index 880866114e6..d38761506de 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -2338,7 +2338,7 @@ is at the beginning of the current input line; but if you have used \\[comint-accumulate] to send multiple lines at once, the process mark is at the beginning of the accumulated input." (interactive) - (if (not (eq last-command 'comint-bol-or-mark)) + (if (not (eq last-command 'comint-bol-or-process-mark)) (comint-bol nil) (comint-goto-process-mark))) -- 2.39.2