changeset 16036:a9ced5af8a15

(bookmark-default-file): Use convert-standard-filename.
author Richard M. Stallman <rms@gnu.org>
date Sun, 01 Sep 1996 19:03:37 +0000
parents 9d8b374b5bb1
children a1e88c05b53c
files lisp/bookmark.el
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/bookmark.el	Sun Sep 01 19:02:33 1996 +0000
+++ b/lisp/bookmark.el	Sun Sep 01 19:03:37 1996 +0000
@@ -135,9 +135,7 @@
   (if bookmark-file
       ;; In case user set `bookmark-file' in her .emacs:
       bookmark-file
-    (if (eq system-type 'ms-dos)
-        "~/emacs.bmk" ; Cannot have initial dot [Yuck!]
-      "~/.emacs.bmk"))
+    (convert-standard-filename "~/.emacs.bmk"))
   "*File in which to save bookmarks by default.")