emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

eww.el: autoload eww-list-bookmarks


From: Yoni Rabkin
Subject: eww.el: autoload eww-list-bookmarks
Date: Thu, 23 Oct 2014 13:36:12 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

In EWW (eww.el) `eww-list-bookmarks' should be autoloaded. It's a valid
entry point to start using EWW (it's certainly how I use it) and
shouldn't depend on someone calling M-x eww beforehand.

>From 58f2d46499b1e598cb47cca4ae4b7c5d836a1a09 Mon Sep 17 00:00:00 2001
From: Yoni Rabkin <address@hidden>
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


-- 
   "Cut your own wood and it will warm you twice"

reply via email to

[Prev in Thread] Current Thread [Next in Thread]