(desktop-basefilename): Use convert-standard-filename.

This commit is contained in:
Richard M. Stallman 1996-09-01 19:04:28 +00:00
parent 88fb0aaae4
commit fc71550113

View file

@ -105,9 +105,7 @@
;; USER OPTIONS -- settings you might want to play with.
;; ----------------------------------------------------------------------------
(defconst desktop-basefilename
(if (or (eq system-type 'ms-dos) (eq system-type 'windows-nt))
"emacs.dsk" ; Ms-Dos does not support multiple dots in file name
".emacs.desktop")
(convert-standard-filename ".emacs.desktop")
"File for Emacs desktop, not including the directory name.")
(defvar desktop-missing-file-warning t