diff lisp/dired-x.el @ 13904:d9bf85b9c19e

(dired-local-variables-file): Use convert-standard-filename.
author Richard M. Stallman <rms@gnu.org>
date Mon, 01 Jan 1996 23:32:07 +0000
parents 216edf9576ea
children 29c3e270ba53
line wrap: on
line diff
--- 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