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

index 4340048e7b6226c26c8fe4fc164a8ff086b66717..36bb94464bbee40b84c2640038bbdcf5375b5c0a 100644 (file)
@@ -135,9 +135,7 @@ bookmark-default-file, which is `~/.emacs.bmk' by default.")
   (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.")