Mercurial > emacs
changeset 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 | 936c8364e15a |
children | 7df0a9cb269a |
files | lisp/dired-x.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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