diff lisp/ange-ftp.el @ 23119:5eff8af4eebd

Reinstate checking dired-local-variables-file for dired-x.
author Dave Love <fx@gnu.org>
date Thu, 27 Aug 1998 09:26:08 +0000
parents 39b3f4c74b93
children 01c23b1e1c32
line wrap: on
line diff
--- 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))