diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3c59a73d435..ffea1b323ad 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2014-11-03 Yoni Rabkin + + * net/eww.el (eww-list-bookmarks): Autoload. + 2014-11-03 Lars Magne Ingebrigtsen * net/shr.el (shr-retransform-dom): Allow several text sub-nodes. diff --git a/lisp/net/eww.el b/lisp/net/eww.el index 2e4a7d76d8d..f319d68e1fb 100644 --- a/lisp/net/eww.el +++ b/lisp/net/eww.el @@ -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)