/[emacs]/emacs/lisp/comint.el
ViewVC logotype

Diff of /emacs/lisp/comint.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.277 by miles, Mon Jun 17 08:10:22 2002 UTC revision 1.278 by lektu, Tue Jun 18 14:36:07 2002 UTC
# Line 2179  If N is negative, find the previous or N Line 2179  If N is negative, find the previous or N
2179    "Move to end of Nth next prompt in the buffer.    "Move to end of Nth next prompt in the buffer.
2180  If `comint-use-prompt-regexp-instead-of-fields' is nil, then this means  If `comint-use-prompt-regexp-instead-of-fields' is nil, then this means
2181  the beginning of the Nth next `input' field, otherwise, it means the Nth  the beginning of the Nth next `input' field, otherwise, it means the Nth
2182  occurance of text matching `comint-prompt-regexp'."  occurrence of text matching `comint-prompt-regexp'."
2183    (interactive "p")    (interactive "p")
2184    (if comint-use-prompt-regexp-instead-of-fields    (if comint-use-prompt-regexp-instead-of-fields
2185        ;; Use comint-prompt-regexp        ;; Use comint-prompt-regexp
# Line 2216  occurance of text matching `comint-promp Line 2216  occurance of text matching `comint-promp
2216    "Move to end of Nth previous prompt in the buffer.    "Move to end of Nth previous prompt in the buffer.
2217  If `comint-use-prompt-regexp-instead-of-fields' is nil, then this means  If `comint-use-prompt-regexp-instead-of-fields' is nil, then this means
2218  the beginning of the Nth previous `input' field, otherwise, it means the Nth  the beginning of the Nth previous `input' field, otherwise, it means the Nth
2219  occurance of text matching `comint-prompt-regexp'."  occurrence of text matching `comint-prompt-regexp'."
2220    (interactive "p")    (interactive "p")
2221    (comint-next-prompt (- n)))    (comint-next-prompt (- n)))
2222    

Legend:
Removed from v.1.277  
changed lines
  Added in v.1.278

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26