# HG changeset patch # User Richard M. Stallman # Date 841604617 0 # Node ID a9ced5af8a15d33657b1f5d2f2ae16b8ef666fd1 # Parent 9d8b374b5bb1e2398edb947debaa5767c57cb13d (bookmark-default-file): Use convert-standard-filename. diff -r 9d8b374b5bb1 -r a9ced5af8a15 lisp/bookmark.el --- 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.")