diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/bookmark.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/bookmark.el b/lisp/bookmark.el index 4340048e7b6..36bb94464bb 100644 --- a/lisp/bookmark.el +++ b/lisp/bookmark.el | |||
| @@ -135,9 +135,7 @@ bookmark-default-file, which is `~/.emacs.bmk' by default.") | |||
| 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 | ||