From 3f235494af33d1371b682ccf9d94a7a922e45d41 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 27 Aug 1998 09:26:08 +0000 Subject: [PATCH] Reinstate checking dired-local-variables-file for dired-x. --- lisp/ange-ftp.el | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/lisp/ange-ftp.el b/lisp/ange-ftp.el index 71551fb85f7..5047047ffec 100644 --- a/lisp/ange-ftp.el +++ b/lisp/ange-ftp.el @@ -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)) -- 2.39.2