aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/comint.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1992-07-24 08:17:31 +0000
committerRichard M. Stallman <[email protected]>1992-07-24 08:17:31 +0000
commit770970cbad7bc867d747ad04b5d620d223ca6f40 (patch)
tree65a356b0125f8e7cbabbc07fabd0e733b9771b5a /lisp/comint.el
parent15c65264fae0a306ac53cef41af7b1879051ce17 (diff)
*** empty log message ***
Diffstat (limited to 'lisp/comint.el')
-rw-r--r--lisp/comint.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/comint.el b/lisp/comint.el
index 938b559fc3..fc8ba3103e 100644
--- a/lisp/comint.el
+++ b/lisp/comint.el
@@ -538,8 +538,8 @@ Buffer local variable.")
"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