]> code.delx.au - gnu-emacs/commitdiff
(dired-local-variables-file): Use convert-standard-filename.
authorRichard M. Stallman <rms@gnu.org>
Mon, 1 Jan 1996 23:32:07 +0000 (23:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 1 Jan 1996 23:32:07 +0000 (23:32 +0000)
lisp/dired-x.el

index c8300886cdc9fbe40314fff34162a5ffb7da9d8e..a8ea642eeeaeac85eb3234a051c117215e7bb0fb 100644 (file)
@@ -819,7 +819,7 @@ cases in variable `default-directory-alist' (which see)."
 ;;;   `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