aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/eshell/em-prompt.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/em-prompt.el b/lisp/eshell/em-prompt.el
index 25b8ccaba17..9ae5ae12816 100644
--- a/lisp/eshell/em-prompt.el
+++ b/lisp/eshell/em-prompt.el
@@ -187,7 +187,7 @@ See `eshell-prompt-regexp'."
187 "Move to end of Nth previous prompt in the buffer. 187 "Move to end of Nth previous prompt in the buffer.
188See `eshell-prompt-regexp'." 188See `eshell-prompt-regexp'."
189 (interactive "p") 189 (interactive "p")
190 (beginning-of-line) ; Don't count prompt on current line. 190 (forward-line 0) ; Don't count prompt on current line.
191 (eshell-next-prompt (- n))) 191 (eshell-next-prompt (- n)))
192 192
193(defun eshell-skip-prompt () 193(defun eshell-skip-prompt ()