comparison lisp/comint.el @ 22900:00d2d08d657b

(comint-bol-or-process-mark): Refer to this command's name correctly.
author Richard M. Stallman <rms@gnu.org>
date Tue, 04 Aug 1998 09:30:02 +0000
parents a453ed3fb89f
children ee3a3af924b4
comparison
equal deleted inserted replaced
22899:5f874a55feb3 22900:00d2d08d657b
2336 from input that has not yet been sent. Ordinarily, the process mark 2336 from input that has not yet been sent. Ordinarily, the process mark
2337 is at the beginning of the current input line; but if you have 2337 is at the beginning of the current input line; but if you have
2338 used \\[comint-accumulate] to send multiple lines at once, 2338 used \\[comint-accumulate] to send multiple lines at once,
2339 the process mark is at the beginning of the accumulated input." 2339 the process mark is at the beginning of the accumulated input."
2340 (interactive) 2340 (interactive)
2341 (if (not (eq last-command 'comint-bol-or-mark)) 2341 (if (not (eq last-command 'comint-bol-or-process-mark))
2342 (comint-bol nil) 2342 (comint-bol nil)
2343 (comint-goto-process-mark))) 2343 (comint-goto-process-mark)))
2344 2344
2345 (defun comint-set-process-mark () 2345 (defun comint-set-process-mark ()
2346 "Set the process mark at point." 2346 "Set the process mark at point."