emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r118271: * net/eww.el (eww-list-bookmarks): Autoload


From: Teodor Zlatanov
Subject: [Emacs-diffs] trunk r118271: * net/eww.el (eww-list-bookmarks): Autoload.
Date: Mon, 03 Nov 2014 13:22:41 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 118271
revision-id: address@hidden
parent: address@hidden
author: Yoni Rabkin <address@hidden>
committer: Ted Zlatanov <address@hidden>
branch nick: quickfixes
timestamp: Mon 2014-11-03 08:22:43 -0500
message:
  * net/eww.el (eww-list-bookmarks): Autoload.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/net/eww.el                eww.el-20130610114603-80ap3gwnw4x4m5ix-1
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-11-03 01:03:07 +0000
+++ b/lisp/ChangeLog    2014-11-03 13:22:43 +0000
@@ -1,3 +1,7 @@
+2014-11-03  Yoni Rabkin <address@hidden>
+
+       * net/eww.el (eww-list-bookmarks): Autoload.
+
 2014-11-03  Lars Magne Ingebrigtsen  <address@hidden>
 
        * net/shr.el (shr-retransform-dom): Allow several text sub-nodes.

=== modified file 'lisp/net/eww.el'
--- a/lisp/net/eww.el   2014-11-03 00:35:44 +0000
+++ b/lisp/net/eww.el   2014-11-03 13:22:43 +0000
@@ -1205,6 +1205,7 @@
              (insert-file-contents file)
              (read (current-buffer)))))))
 
+;;;###autoload
 (defun eww-list-bookmarks ()
   "Display the bookmarks."
   (interactive)


reply via email to

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