summaryrefslogtreecommitdiff
path: root/lisp/rlogin.el
diff options
context:
space:
mode:
authorNoah Friedman <friedman@splode.com>1993-03-28 07:32:08 +0000
committerNoah Friedman <friedman@splode.com>1993-03-28 07:32:08 +0000
commite49828130ee7eaf8c5e38c28386a7e52f3a986d2 (patch)
treed15eb4830a63216b43e6a8175b2db739a2f989ef /lisp/rlogin.el
parentef5167ea59a040ea51f0e6fa4b1e340663702d48 (diff)
downloademacs-e49828130ee7eaf8c5e38c28386a7e52f3a986d2.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/rlogin.el')
-rw-r--r--lisp/rlogin.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/rlogin.el b/lisp/rlogin.el
index 1f52c46a2d2..b3e2762bad5 100644
--- a/lisp/rlogin.el
+++ b/lisp/rlogin.el
@@ -81,7 +81,8 @@ the rlogin when starting."
(let* ((buffer-name (format "*rlogin-%s*" host))
(args (if (and rlogin-explicit-args (listp rlogin-explicit-args))
(cons host rlogin-explicit-args)
- (list host))))
+ (list host)))
+ proc)
(and prefix (setq buffer-name
(buffer-name (generate-new-buffer buffer-name))))
(switch-to-buffer buffer-name)