(desktop-basefilename): Use convert-standard-filename.
This commit is contained in:
parent
88fb0aaae4
commit
fc71550113
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue