From: Dave Love Date: Thu, 27 Aug 1998 09:26:08 +0000 (+0000) Subject: Reinstate checking X-Git-Tag: emacs-20.4~1830 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3f235494af33d1371b682ccf9d94a7a922e45d41;p=emacs.git Reinstate checking dired-local-variables-file for dired-x. --- 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))