comparison lisp/bookmark.el @ 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 4df75cda7e5b
children d436e2536685
comparison
equal deleted inserted replaced
16035:9d8b374b5bb1 16036:a9ced5af8a15
133 133
134 (defvar bookmark-default-file 134 (defvar bookmark-default-file
135 (if bookmark-file 135 (if bookmark-file
136 ;; In case user set `bookmark-file' in her .emacs: 136 ;; In case user set `bookmark-file' in her .emacs:
137 bookmark-file 137 bookmark-file
138 (if (eq system-type 'ms-dos) 138 (convert-standard-filename "~/.emacs.bmk"))
139 "~/emacs.bmk" ; Cannot have initial dot [Yuck!]
140 "~/.emacs.bmk"))
141 "*File in which to save bookmarks by default.") 139 "*File in which to save bookmarks by default.")
142 140
143 141
144 (defvar bookmark-version-control 'nospecial 142 (defvar bookmark-version-control 'nospecial
145 "*Whether or not to make numbered backups of the bookmark file. 143 "*Whether or not to make numbered backups of the bookmark file.