mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(dired-local-variables-file): Use convert-standard-filename.
This commit is contained in:
parent
567c1ca939
commit
db8f88129a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue