Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1065ecf9
Commit
1065ecf9
authored
Feb 21, 1996
by
Karl Heuer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(dired-call-process): Put on ange-ftp property.
parent
4d23eb4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lisp/ange-ftp.el
lisp/ange-ftp.el
+3
-1
No files found.
lisp/ange-ftp.el
View file @
1065ecf9
...
...
@@ -3934,6 +3934,8 @@ NEWNAME should be the name to give the new compressed or uncompressed file.")
;; Turn off RCS/SCCS processing to save time.
;; This returns nil for any file name as argument.
(
put
'vc-registered
'ange-ftp
'null
)
(
put
'dired-call-process
'ange-ftp
'ange-ftp-dired-call-process
)
;;; Define ways of getting at unmodified Emacs primitives,
;;; turning off our handler.
...
...
@@ -4070,7 +4072,7 @@ NEWNAME should be the name to give the new compressed or uncompressed file.")
;; default-directory is in ange-ftp syntax for remote file names.
(
ange-ftp-real-shell-command
command
))))
;;; Thisis
not hooked up yet.
;;; This
is
the handler for call-process.
(
defun
ange-ftp-dired-call-process
(
program
discard
&rest
arguments
)
;; PROGRAM is always one of those below in the cond in dired.el.
;; The ARGUMENTS are (nearly) always files.
...
...
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