]> git.eshelyaron.com Git - emacs.git/commitdiff
(desktop-basefilename): Use convert-standard-filename.
authorRichard M. Stallman <rms@gnu.org>
Sun, 1 Sep 1996 19:04:28 +0000 (19:04 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 1 Sep 1996 19:04:28 +0000 (19:04 +0000)
lisp/desktop.el

index bdcc1a8d113904f09997452937eb299bcb3ba06f..1eee466697abf074ea9b6f5ba5916c473530d77e 100644 (file)
 ;; 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