From 58f2d46499b1e598cb47cca4ae4b7c5d836a1a09 Mon Sep 17 00:00:00 2001 From: Yoni Rabkin Date: Wed, 22 Oct 2014 21:06:56 -0400 Subject: [PATCH] * lisp/net/eww.el: autoload eww-list-bookmarks. eww-list-bookmarks is a valid entry point and shouldn't depend on eww being called. --- lisp/net/eww.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/net/eww.el b/lisp/net/eww.el index 3329c32..e6a3028 100644 --- a/lisp/net/eww.el +++ b/lisp/net/eww.el @@ -1135,6 +1135,7 @@ Differences in #targets are ignored." (insert-file-contents file) (read (current-buffer))))))) +;;;###autoload (defun eww-list-bookmarks () "Display the bookmarks." (interactive) -- 1.7.9.5