changeset 2405:f51bd6676409

*** empty log message ***
author Noah Friedman <friedman@splode.com>
date Sun, 28 Mar 1993 07:32:08 +0000
parents 845db675b3e9
children 465732c007f4
files lisp/rlogin.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/rlogin.el	Sun Mar 28 07:25:36 1993 +0000
+++ b/lisp/rlogin.el	Sun Mar 28 07:32:08 1993 +0000
@@ -81,7 +81,8 @@
   (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)