diff options
| author | Richard M. Stallman | 1996-01-01 23:32:07 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-01-01 23:32:07 +0000 |
| commit | db8f88129aac2fdcd2aef7294031281bd8bdf283 (patch) | |
| tree | 6cf16a0685d575d28d862c72c0e9dd5ef8635390 | |
| parent | 567c1ca939067d178a440c5d3a0b33c320e85f41 (diff) | |
| download | emacs-db8f88129aac2fdcd2aef7294031281bd8bdf283.tar.gz emacs-db8f88129aac2fdcd2aef7294031281bd8bdf283.zip | |
(dired-local-variables-file): Use convert-standard-filename.
| -rw-r--r-- | lisp/dired-x.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)." | |||
| 819 | ;;; `dired-enable-local-variables' and run `hack-local-variables' on the | 819 | ;;; `dired-enable-local-variables' and run `hack-local-variables' on the |
| 820 | ;;; Dired Buffer. | 820 | ;;; Dired Buffer. |
| 821 | 821 | ||
| 822 | (defvar dired-local-variables-file ".dired" | 822 | (defvar dired-local-variables-file (convert-standard-filename ".dired") |
| 823 | "Filename, as string, containing local dired buffer variables to be hacked. | 823 | "Filename, as string, containing local dired buffer variables to be hacked. |
| 824 | If this file found in current directory, then it will be inserted into dired | 824 | If this file found in current directory, then it will be inserted into dired |
| 825 | buffer and `hack-local-variables' will be run. See Emacs Info pages for more | 825 | buffer and `hack-local-variables' will be run. See Emacs Info pages for more |