* net/eww.el (eww-list-bookmarks): Autoload.
This commit is contained in:
parent
bd57ef327d
commit
d9079cf1b8
2 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue