# HG changeset patch # User Dave Love # Date 904209968 0 # Node ID 5eff8af4eebd13d46591ea799fc3941e10be3f73 # Parent d311287a03a6ae7839148964888b147a706b8a7a Reinstate checking dired-local-variables-file for dired-x. diff -r d311287a03a6 -r 5eff8af4eebd lisp/ange-ftp.el --- a/lisp/ange-ftp.el Thu Aug 27 09:21:01 1998 +0000 +++ b/lisp/ange-ftp.el Thu Aug 27 09:26:08 1998 +0000 @@ -2802,11 +2802,10 @@ (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))