Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7e596924
Commit
7e596924
authored
Sep 11, 2009
by
Glenn Morris
Browse files
(dired-compress-file): Declare.
(ange-ftp-dired-compress-file): Add doc string.
parent
dccbf237
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
lisp/net/ange-ftp.el
lisp/net/ange-ftp.el
+3
-0
No files found.
lisp/net/ange-ftp.el
View file @
7e596924
...
...
@@ -4165,7 +4165,10 @@ COMPRESSING should be t if the specified file should be compressed,
and nil if it should be uncompressed (that is, if it is a compressed file).
NEWNAME should be the name to give the new compressed or uncompressed file."
)
(
declare-function
dired-compress-file
"dired-aux"
(
file
))
(
defun
ange-ftp-dired-compress-file
(
name
)
"Handler used by `dired-compress-file'."
(
let
((
parsed
(
ange-ftp-ftp-name
name
))
conversion-func
)
(
if
(
and
parsed
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment