]> git.eshelyaron.com Git - emacs.git/commitdiff
(bookmark-file): Use ~/emacs.bmk on windows-nt.
authorRichard M. Stallman <rms@gnu.org>
Tue, 1 Nov 1994 05:45:47 +0000 (05:45 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 1 Nov 1994 05:45:47 +0000 (05:45 +0000)
lisp/bookmark.el

index 76bfec8c7233e4ac470daa71b69d1598a5f81ea1..e8bbd30b9b0df8cec1fd094158e3e4f19f6e8fc7 100644 (file)
@@ -199,7 +199,7 @@ bookmark-file, which is `~/.emacs-bkmrks' by default.")
   "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.")