diff options
| author | Noah Friedman | 1993-03-28 07:32:08 +0000 |
|---|---|---|
| committer | Noah Friedman | 1993-03-28 07:32:08 +0000 |
| commit | 6fc81d6b8e1fd27e25f8fc89769940c34f9acfa1 (patch) | |
| tree | 4155231769e79ab5be8fb672f0794f158ef157d6 | |
| parent | 8d30fe178353b7687864428900e4b38e10c533d0 (diff) | |
| download | emacs-6fc81d6b8e1fd27e25f8fc89769940c34f9acfa1.tar.gz emacs-6fc81d6b8e1fd27e25f8fc89769940c34f9acfa1.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/rlogin.el | 3 |
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." | |||
| 81 | (let* ((buffer-name (format "*rlogin-%s*" host)) | 81 | (let* ((buffer-name (format "*rlogin-%s*" host)) |
| 82 | (args (if (and rlogin-explicit-args (listp rlogin-explicit-args)) | 82 | (args (if (and rlogin-explicit-args (listp rlogin-explicit-args)) |
| 83 | (cons host rlogin-explicit-args) | 83 | (cons host rlogin-explicit-args) |
| 84 | (list host)))) | 84 | (list host))) |
| 85 | proc) | ||
| 85 | (and prefix (setq buffer-name | 86 | (and prefix (setq buffer-name |
| 86 | (buffer-name (generate-new-buffer buffer-name)))) | 87 | (buffer-name (generate-new-buffer buffer-name)))) |
| 87 | (switch-to-buffer buffer-name) | 88 | (switch-to-buffer buffer-name) |