mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
(bookmark-default-file): Use convert-standard-filename.
This commit is contained in:
parent
4a047d230c
commit
88fb0aaae4
@ -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.")
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user