changeset 1376:dd83ec6103fe

(comint-last-input-match): defvar moved up.
author Richard M. Stallman <rms@gnu.org>
date Sat, 10 Oct 1992 07:33:59 +0000
parents 577493baf266
children dcec08a3bec4
files lisp/comint.el
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/comint.el	Sat Oct 10 01:37:56 1992 +0000
+++ b/lisp/comint.el	Sat Oct 10 07:33:59 1992 +0000
@@ -189,6 +189,10 @@
   "True if communications via pty; false if by pipe.  Buffer local.
 This is to work around a bug in emacs process signalling.")
 
+(defvar comint-last-input-match ""
+  "Last string searched for by comint input history search, for defaulting.
+Buffer local variable.") 
+
 (defvar comint-input-ring nil)
 (defvar comint-last-input-start)
 (defvar comint-last-input-end)
@@ -427,10 +431,6 @@
   (interactive "*p")
   (comint-previous-input (- arg)))
 
-(defvar comint-last-input-match ""
-  "Last string searched for by comint input history search, for defaulting.
-Buffer local variable.") 
-
 (defun comint-previous-input-matching (str)
   "Searches backwards through input history for substring match."
   (interactive (let* ((last-command last-command) ; preserve around r-f-m