comparison lisp/net/rcompile.el @ 42706:be541feb06cc

Fix typo.
author Pavel Janík <Pavel@Janik.cz>
date Sun, 13 Jan 2002 10:09:20 +0000
parents 0a4a44975e06
children 0d8b17d428b5
comparison
equal deleted inserted replaced
42705:963ac6b8fb83 42706:be541feb06cc
114 114
115 ;;;; entry point 115 ;;;; entry point
116 116
117 ;;;###autoload 117 ;;;###autoload
118 (defun remote-compile (host user command) 118 (defun remote-compile (host user command)
119 "Compile the the current buffer's directory on HOST. Log in as USER. 119 "Compile the current buffer's directory on HOST. Log in as USER.
120 See \\[compile]." 120 See \\[compile]."
121 (interactive 121 (interactive
122 (let ((parsed (or (and (featurep 'ange-ftp) 122 (let ((parsed (or (and (featurep 'ange-ftp)
123 (ange-ftp-ftp-name default-directory)))) 123 (ange-ftp-ftp-name default-directory))))
124 host user command prompt) 124 host user command prompt)