From: Richard M. Stallman Date: Mon, 1 Jan 1996 23:32:07 +0000 (+0000) Subject: (dired-local-variables-file): Use convert-standard-filename. X-Git-Tag: emacs-19.34~1956 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=db8f88129aac2fdcd2aef7294031281bd8bdf283;p=emacs.git (dired-local-variables-file): Use convert-standard-filename. --- diff --git a/lisp/dired-x.el b/lisp/dired-x.el index c8300886cdc..a8ea642eeea 100644 --- a/lisp/dired-x.el +++ b/lisp/dired-x.el @@ -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