# HG changeset patch # User Richard M. Stallman # Date 820539127 0 # Node ID d9bf85b9c19eee723c49139e4ee4702ded09b57e # Parent 936c8364e15a13c13980ae164344e5eabd27127a (dired-local-variables-file): Use convert-standard-filename. diff -r 936c8364e15a -r d9bf85b9c19e lisp/dired-x.el --- a/lisp/dired-x.el Mon Jan 01 22:51:51 1996 +0000 +++ b/lisp/dired-x.el Mon Jan 01 23:32:07 1996 +0000 @@ -819,7 +819,7 @@ ;;; `dired-enable-local-variables' and run `hack-local-variables' on the ;;; Dired Buffer. -(defvar dired-local-variables-file ".dired" +(defvar dired-local-variables-file (convert-standard-filename ".dired") "Filename, as string, containing local dired buffer variables to be hacked. If this file found in current directory, then it will be inserted into dired buffer and `hack-local-variables' will be run. See Emacs Info pages for more