emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r113032: (browse-url-browser-function): Add `eww' as


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] trunk r113032: (browse-url-browser-function): Add `eww' as a possible choice.
Date: Mon, 17 Jun 2013 23:59:13 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113032
revision-id: address@hidden
parent: address@hidden
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Tue 2013-06-18 01:59:09 +0200
message:
  (browse-url-browser-function): Add `eww' as a possible choice.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/net/browse-url.el         
browseurl.el-20091113204419-o5vbwnq5f7feedwu-1785
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-06-17 22:45:14 +0000
+++ b/lisp/ChangeLog    2013-06-17 23:59:09 +0000
@@ -1,3 +1,8 @@
+2013-06-17  Lars Magne Ingebrigtsen  <address@hidden>
+
+       * net/browse-url.el (browse-url-browser-function): Add `eww' as a
+       possible choice.
+
 2013-06-17  Juri Linkov  <address@hidden>
 
        * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.

=== modified file 'lisp/net/browse-url.el'
--- a/lisp/net/browse-url.el    2013-05-08 15:10:17 +0000
+++ b/lisp/net/browse-url.el    2013-06-17 23:59:09 +0000
@@ -234,6 +234,7 @@
          (function-item :tag "Epiphany" :value  browse-url-epiphany)
          (function-item :tag "Netscape" :value  browse-url-netscape)
          (function-item :tag "Mosaic" :value  browse-url-mosaic)
+         (function-item :tag "eww" :value  eww)
          (function-item :tag "Mosaic using CCI" :value  browse-url-cci)
          (function-item :tag "Text browser in an xterm window"
                         :value browse-url-text-xterm)


reply via email to

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