Mercurial > emacs
changeset 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 | d311287a03a6 |
children | da72a65a2bd6 |
files | lisp/ange-ftp.el |
diffstat | 1 files changed, 4 insertions(+), 5 deletions(-) [+] |
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))