diff options
| author | Noah Friedman | 1993-12-01 13:04:24 +0000 |
|---|---|---|
| committer | Noah Friedman | 1993-12-01 13:04:24 +0000 |
| commit | ea32a440c04346f3336db097ce4021b6e6ffce39 (patch) | |
| tree | d08a39988efb14b41d56c464bb80697532f9fe34 | |
| parent | a7fa60eb270a5186917f64cac994a0683f6e79e6 (diff) | |
| download | emacs-ea32a440c04346f3336db097ce4021b6e6ffce39.tar.gz emacs-ea32a440c04346f3336db097ce4021b6e6ffce39.zip | |
Remove spurious comment between autoload cookie and defvar for
rlogin-initially-track-cwd.
| -rw-r--r-- | lisp/rlogin.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/rlogin.el b/lisp/rlogin.el index faa3f73afe4..cc41a0632f4 100644 --- a/lisp/rlogin.el +++ b/lisp/rlogin.el | |||
| @@ -23,7 +23,7 @@ | |||
| 23 | ;;; Commentary: | 23 | ;;; Commentary: |
| 24 | 24 | ||
| 25 | ;; Support for remote logins using `rlogin'. | 25 | ;; Support for remote logins using `rlogin'. |
| 26 | ;; $Id: rlogin.el,v 1.13 1993/10/22 17:12:54 rms Exp friedman $ | 26 | ;; $Id: rlogin.el,v 1.14 1993/12/01 09:57:04 friedman Exp friedman $ |
| 27 | 27 | ||
| 28 | ;;; Todo: | 28 | ;;; Todo: |
| 29 | 29 | ||
| @@ -56,7 +56,6 @@ number of them. On the other hand, some implementations of `rlogin' assume | |||
| 56 | a pty is being used, and errors will result from using a pipe instead.") | 56 | a pty is being used, and errors will result from using a pipe instead.") |
| 57 | 57 | ||
| 58 | ;;;###autoload | 58 | ;;;###autoload |
| 59 | ;(setq rlogin-initially-track-cwd nil) | ||
| 60 | (defvar rlogin-initially-track-cwd t | 59 | (defvar rlogin-initially-track-cwd t |
| 61 | "*If non-`nil', do remote directory tracking via ange-ftp right away. | 60 | "*If non-`nil', do remote directory tracking via ange-ftp right away. |
| 62 | If `nil', you can still enable directory tracking by doing | 61 | If `nil', you can still enable directory tracking by doing |