Added missing call to bookmark-maybe-load-default-file.
[elpher.git] / elpher.el
index 9b78582..bdb7aab 100644 (file)
--- a/elpher.el
+++ b/elpher.el
@@ -1863,6 +1863,7 @@ To bookmark the link at point use \\[elpher-bookmark-link]."
     (error "Command not supported for bookmarks page"))
   (elpher-with-clean-buffer
    (insert " ---- Elpher Bookmarks ---- \n\n")
     (error "Command not supported for bookmarks page"))
   (elpher-with-clean-buffer
    (insert " ---- Elpher Bookmarks ---- \n\n")
+   (bookmark-maybe-load-default-file)
    (let ((bookmarks (bookmark-maybe-sort-alist)))
      (if bookmarks
          (dolist (bookmark bookmarks)
    (let ((bookmarks (bookmark-maybe-sort-alist)))
      (if bookmarks
          (dolist (bookmark bookmarks)