diff options
| author | Glenn Morris | 2009-09-11 03:40:55 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-09-11 03:40:55 +0000 |
| commit | 7e596924ac189b436079af629da4a1ef81de6f73 (patch) | |
| tree | 26559b27d69c35a9266d5cf9f04f250bedbcb185 | |
| parent | dccbf237894a075839fcf718edf3959821c88da5 (diff) | |
| download | emacs-7e596924ac189b436079af629da4a1ef81de6f73.tar.gz emacs-7e596924ac189b436079af629da4a1ef81de6f73.zip | |
(dired-compress-file): Declare.
(ange-ftp-dired-compress-file): Add doc string.
| -rw-r--r-- | lisp/net/ange-ftp.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/net/ange-ftp.el b/lisp/net/ange-ftp.el index 94525b540b8..fd7b83900d4 100644 --- a/lisp/net/ange-ftp.el +++ b/lisp/net/ange-ftp.el | |||
| @@ -4165,7 +4165,10 @@ COMPRESSING should be t if the specified file should be compressed, | |||
| 4165 | and nil if it should be uncompressed (that is, if it is a compressed file). | 4165 | and nil if it should be uncompressed (that is, if it is a compressed file). |
| 4166 | NEWNAME should be the name to give the new compressed or uncompressed file.") | 4166 | NEWNAME should be the name to give the new compressed or uncompressed file.") |
| 4167 | 4167 | ||
| 4168 | (declare-function dired-compress-file "dired-aux" (file)) | ||
| 4169 | |||
| 4168 | (defun ange-ftp-dired-compress-file (name) | 4170 | (defun ange-ftp-dired-compress-file (name) |
| 4171 | "Handler used by `dired-compress-file'." | ||
| 4169 | (let ((parsed (ange-ftp-ftp-name name)) | 4172 | (let ((parsed (ange-ftp-ftp-name name)) |
| 4170 | conversion-func) | 4173 | conversion-func) |
| 4171 | (if (and parsed | 4174 | (if (and parsed |