mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(comint-goto-process-mark): Don't print a message
when running in batch mode.
This commit is contained in:
parent
c5348233d2
commit
bec04ade3a
1 changed files with 2 additions and 1 deletions
|
|
@ -2703,7 +2703,8 @@ from input that has not yet been sent."
|
|||
(let ((proc (or (get-buffer-process (current-buffer))
|
||||
(error "Current buffer has no process"))))
|
||||
(goto-char (process-mark proc))
|
||||
(message "Point is now at the process mark")))
|
||||
(when (interactive-p)
|
||||
(message "Point is now at the process mark"))))
|
||||
|
||||
(defun comint-bol-or-process-mark ()
|
||||
"Move point to beginning of line (after prompt) or to the process mark.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue