mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 08:43:40 -07:00
(bookmark-file): Alternate default on ms-dos.
This commit is contained in:
parent
dfe893a02a
commit
da0ac66a1d
1 changed files with 4 additions and 1 deletions
|
|
@ -198,7 +198,10 @@ bookmark-file, which is `~/.emacs-bkmrks' by default.")
|
|||
(defvar bookmark-alist-modification-count 0
|
||||
"Number of modifications to bookmark list since it was last saved.")
|
||||
|
||||
(defvar bookmark-file "~/.emacs-bkmrks"
|
||||
(defvar bookmark-file
|
||||
(if (eq system-type 'ms-dos)
|
||||
"~/emacs.bmk" ; Cannot have initial dot [Yuck!]
|
||||
"~/.emacs-bkmrks")
|
||||
"*File in which to save bookmarks by default.")
|
||||
|
||||
(defvar bookmark-version-control 'nospecial
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue