changeset 9775:fac1fe98b7a9

(bookmark-file): Use ~/emacs.bmk on windows-nt.
author Richard M. Stallman <rms@gnu.org>
date Tue, 01 Nov 1994 05:45:47 +0000
parents 3e99bdb36cbb
children b25efd6c4f30
files lisp/bookmark.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/bookmark.el	Tue Nov 01 05:45:04 1994 +0000
+++ b/lisp/bookmark.el	Tue Nov 01 05:45:47 1994 +0000
@@ -199,7 +199,7 @@
   "Number of modifications to bookmark list since it was last saved.")
 
 (defvar bookmark-file
-  (if (eq system-type 'ms-dos)
+  (if (or (eq system-type 'ms-dos) (eq system-type 'windows-nt))
       "~/emacs.bmk" ; Cannot have initial dot [Yuck!]
     "~/.emacs-bkmrks") 
   "*File in which to save bookmarks by default.")