[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/eshell/esh-mode.el
From: |
Andreas Schwab |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/eshell/esh-mode.el |
Date: |
Thu, 12 May 2005 10:12:03 -0400 |
Index: emacs/lisp/eshell/esh-mode.el
diff -c emacs/lisp/eshell/esh-mode.el:1.19 emacs/lisp/eshell/esh-mode.el:1.20
*** emacs/lisp/eshell/esh-mode.el:1.19 Thu Nov 4 10:05:52 2004
--- emacs/lisp/eshell/esh-mode.el Thu May 12 14:12:03 2005
***************
*** 663,669 ****
(eshell-match-result "alpha\n"))
(defun eshell-send-input (&optional use-region queue-p no-newline)
! "Send the input received to Eshell for parsing and processing..
After `eshell-last-output-end', sends all text from that marker to
point as input. Before that marker, calls `eshell-get-old-input' to
retrieve old input, copies it to the end of the buffer, and sends it.
--- 663,669 ----
(eshell-match-result "alpha\n"))
(defun eshell-send-input (&optional use-region queue-p no-newline)
! "Send the input received to Eshell for parsing and processing.
After `eshell-last-output-end', sends all text from that marker to
point as input. Before that marker, calls `eshell-get-old-input' to
retrieve old input, copies it to the end of the buffer, and sends it.
- [Emacs-diffs] Changes to emacs/lisp/eshell/esh-mode.el,
Andreas Schwab <=