# HG changeset patch # User Richard M. Stallman # Date 841604668 0 # Node ID a1e88c05b53c7fd26870a159f2b6e0a112655ad1 # Parent a9ced5af8a15d33657b1f5d2f2ae16b8ef666fd1 (desktop-basefilename): Use convert-standard-filename. diff -r a9ced5af8a15 -r a1e88c05b53c lisp/desktop.el --- 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