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
3f235494
Commit
3f235494
authored
Aug 27, 1998
by
Dave Love
Browse files
Reinstate checking
dired-local-variables-file for dired-x.
parent
5134d850
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
lisp/ange-ftp.el
lisp/ange-ftp.el
+4
-5
No files found.
lisp/ange-ftp.el
View file @
3f235494
...
...
@@ -2802,11 +2802,10 @@ NO-ERROR, if a listing for DIRECTORY cannot be obtained."
(host-type (ange-ftp-host-type
(car parsed))))
(or
;;; This variable seems not to exist in Emacs 19 -- rms.
;;; ;; Deal with dired
;;; (and (boundp 'dired-local-variables-file)
;;; (stringp dired-local-variables-file)
;;; (string-equal dired-local-variables-file efile))
;; Deal with dired
(and (boundp 'dired-local-variables-file) ; in the dired-x package
(stringp dired-local-variables-file)
(string-equal dired-local-variables-file efile))
;; No dots in dir names in vms.
(and (eq host-type 'vms)
(string-match "\\." efile))
...
...
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