diff lisp/comint.el @ 864:fe5f6b7c9727

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Fri, 24 Jul 1992 08:17:31 +0000
parents 345296f94a1e
children 1b3af6ad85be
line wrap: on
line diff
--- a/lisp/comint.el	Fri Jul 24 07:15:18 1992 +0000
+++ b/lisp/comint.el	Fri Jul 24 08:17:31 1992 +0000
@@ -538,8 +538,8 @@
   "Searches backwards through input history for substring match."
   (interactive (let* ((last-command last-command) ; preserve around r-f-m
 		      (s (read-from-minibuffer 
-			 (format "Command substring (default %s): "
-				 comint-last-input-match))))
+			  (format "Command substring (default %s): "
+				  comint-last-input-match))))
 		 (list (if (string= s "") comint-last-input-match s))))
 ; (interactive "sCommand substring: ")
   (setq comint-last-input-match str) ; update default