diff options
Diffstat (limited to 'lisp/term.el')
-rw-r--r-- | lisp/term.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/term.el b/lisp/term.el index 42b2e5a2481..d3d02188573 100644 --- a/lisp/term.el +++ b/lisp/term.el @@ -4322,8 +4322,7 @@ Try to be nice by providing useful defaults and history." "Speed (default nil = set by port): ") (h (format-prompt "Speed" (format "%s b/s" h))) - (t - (format "Speed (b/s): "))) + (t "Speed (b/s): ")) nil nil nil '(history . 1) nil nil))) (when (or (null x) (and (stringp x) (zerop (length x)))) (setq x h)) |