emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/comint.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/comint.el
Date: Tue, 18 Jun 2002 10:36:07 -0400

Index: emacs/lisp/comint.el
diff -c emacs/lisp/comint.el:1.277 emacs/lisp/comint.el:1.278
*** emacs/lisp/comint.el:1.277  Mon Jun 17 04:10:22 2002
--- emacs/lisp/comint.el        Tue Jun 18 10:36:07 2002
***************
*** 2179,2185 ****
    "Move to end of Nth next prompt in the buffer.
  If `comint-use-prompt-regexp-instead-of-fields' is nil, then this means
  the beginning of the Nth next `input' field, otherwise, it means the Nth
! occurance of text matching `comint-prompt-regexp'."
    (interactive "p")
    (if comint-use-prompt-regexp-instead-of-fields
        ;; Use comint-prompt-regexp
--- 2179,2185 ----
    "Move to end of Nth next prompt in the buffer.
  If `comint-use-prompt-regexp-instead-of-fields' is nil, then this means
  the beginning of the Nth next `input' field, otherwise, it means the Nth
! occurrence of text matching `comint-prompt-regexp'."
    (interactive "p")
    (if comint-use-prompt-regexp-instead-of-fields
        ;; Use comint-prompt-regexp
***************
*** 2216,2222 ****
    "Move to end of Nth previous prompt in the buffer.
  If `comint-use-prompt-regexp-instead-of-fields' is nil, then this means
  the beginning of the Nth previous `input' field, otherwise, it means the Nth
! occurance of text matching `comint-prompt-regexp'."
    (interactive "p")
    (comint-next-prompt (- n)))
  
--- 2216,2222 ----
    "Move to end of Nth previous prompt in the buffer.
  If `comint-use-prompt-regexp-instead-of-fields' is nil, then this means
  the beginning of the Nth previous `input' field, otherwise, it means the Nth
! occurrence of text matching `comint-prompt-regexp'."
    (interactive "p")
    (comint-next-prompt (- n)))
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]