Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
bec04ade
Commit
bec04ade
authored
Jan 11, 2001
by
Gerd Moellmann
Browse files
(comint-goto-process-mark): Don't print a message
when running in batch mode.
parent
c5348233
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/comint.el
lisp/comint.el
+2
-1
No files found.
lisp/comint.el
View file @
bec04ade
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment