emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 01/01: * net/eww.el (eww-add-bookmark): Fix bookmar


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 01/01: * net/eww.el (eww-add-bookmark): Fix bookmark titles.
Date: Sun, 23 Nov 2014 15:41:18 +0000

branch: master
commit 0445aff69108da12e5e445cb2bd11fac16d84945
Author: Mark Oteiza <address@hidden>
Date:   Sun Nov 23 16:40:45 2014 +0100

    * net/eww.el (eww-add-bookmark): Fix bookmark titles.
---
 lisp/ChangeLog  |    6 +++++-
 lisp/net/eww.el |    2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4b72eb8..8cabef9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,6 +1,10 @@
+2014-11-20  Mark Oteiza  <address@hidden>  (tiny change)
+
+       * net/eww.el (eww-add-bookmark): Fix bookmark titles.
+
 2014-11-17  Mark Oteiza  <address@hidden>  (tiny change)
 
-       * net/eww.el (eww-mode-map): Bind backtab to shr-previous-link
+       * net/eww.el (eww-mode-map): Bind backtab to shr-previous-link.
 
 2014-11-23  Kenjiro Nakayama  <address@hidden>
 
diff --git a/lisp/net/eww.el b/lisp/net/eww.el
index f2a1631..12b27bc 100644
--- a/lisp/net/eww.el
+++ b/lisp/net/eww.el
@@ -1339,7 +1339,7 @@ Differences in #targets are ignored."
   (if (y-or-n-p "bookmark this page? ")
       (progn
        (let ((title (replace-regexp-in-string "[\n\t\r]" " "
-                                              (plist-get eww-data :url))))
+                                              (plist-get eww-data :title))))
          (setq title (replace-regexp-in-string "\\` +\\| +\\'" "" title))
          (push (list :url (plist-get eww-data :url)
                      :title title



reply via email to

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