* net/eww.el (eww-list-bookmarks): Autoload.

This commit is contained in:
Yoni Rabkin 2014-11-03 08:22:43 -05:00 committed by Ted Zlatanov
parent bd57ef327d
commit d9079cf1b8
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2014-11-03 Yoni Rabkin <yrk@gnu.org>
* net/eww.el (eww-list-bookmarks): Autoload.
2014-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
* net/shr.el (shr-retransform-dom): Allow several text sub-nodes.

View file

@ -1205,6 +1205,7 @@ Differences in #targets are ignored."
(insert-file-contents file)
(read (current-buffer)))))))
;;;###autoload
(defun eww-list-bookmarks ()
"Display the bookmarks."
(interactive)