From 88fb0aaae4782f57f48c55c0c50f5eb04e80ef6e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 1 Sep 1996 19:03:37 +0000 Subject: [PATCH] (bookmark-default-file): Use convert-standard-filename. --- lisp/bookmark.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lisp/bookmark.el b/lisp/bookmark.el index 4340048e7b6..36bb94464bb 100644 --- a/lisp/bookmark.el +++ b/lisp/bookmark.el @@ -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.") -- 2.39.2