emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r113029: * lisp/net/webjump.el (webjump-sample-sites


From: Juri Linkov
Subject: [Emacs-diffs] trunk r113029: * lisp/net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
Date: Mon, 17 Jun 2013 22:45:20 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113029
revision-id: address@hidden
parent: address@hidden
committer: Juri Linkov <address@hidden>
branch nick: trunk
timestamp: Tue 2013-06-18 01:45:14 +0300
message:
  * lisp/net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/net/webjump.el            webjump.el-20091113204419-o5vbwnq5f7feedwu-1793
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-06-17 17:36:21 +0000
+++ b/lisp/ChangeLog    2013-06-17 22:45:14 +0000
@@ -1,3 +1,7 @@
+2013-06-17  Juri Linkov  <address@hidden>
+
+       * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
+
 2013-06-17  Dmitry Gutov  <address@hidden>
 
        * emacs-lisp/package.el (package-load-descriptor): Remove

=== modified file 'lisp/net/webjump.el'
--- a/lisp/net/webjump.el       2013-01-01 09:11:05 +0000
+++ b/lisp/net/webjump.el       2013-06-17 22:45:14 +0000
@@ -217,6 +217,9 @@
                   "www.emacswiki.org/cgi-bin/wiki/" ""])
 
     ;; Internet search engines.
+    ("DuckDuckGo" .
+     [simple-query "duckduckgo.com"
+                  "duckduckgo.com/?q=" ""])
     ("Google" .
      [simple-query "www.google.com"
                   "www.google.com/search?q=" ""])


reply via email to

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