From: Yoni Rabkin Date: Mon, 3 Nov 2014 13:22:43 +0000 (-0500) Subject: * net/eww.el (eww-list-bookmarks): Autoload. X-Git-Tag: emacs-25.0.90~2635^2~585 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d9079cf1b8113d2fc555d718c78b22fc8a3613c2;p=emacs.git * net/eww.el (eww-list-bookmarks): Autoload. --- 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)