comparison 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
comparison
equal deleted inserted replaced
13903:936c8364e15a 13904:d9bf85b9c19e
817 ;;; 817 ;;;
818 ;;; * Set `enable-local-variables' temporarily to the user variable 818 ;;; * Set `enable-local-variables' temporarily to the user variable
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
826 information on local variables. See also `dired-enable-local-variables'.") 826 information on local variables. See also `dired-enable-local-variables'.")
827 827