changeset 16037:a1e88c05b53c

(desktop-basefilename): Use convert-standard-filename.
author Richard M. Stallman <rms@gnu.org>
date Sun, 01 Sep 1996 19:04:28 +0000
parents a9ced5af8a15
children 8cd162ceb1dc
files lisp/desktop.el
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/desktop.el	Sun Sep 01 19:03:37 1996 +0000
+++ b/lisp/desktop.el	Sun Sep 01 19:04:28 1996 +0000
@@ -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