From: Juri Linkov Date: Mon, 17 Jun 2013 22:45:14 +0000 (+0300) Subject: * lisp/net/webjump.el (webjump-sample-sites): Add DuckDuckGo. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2016^2~73^2~19 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c048c0228785ba75160e46022140fcd33fa0c7f7;p=emacs.git * lisp/net/webjump.el (webjump-sample-sites): Add DuckDuckGo. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1fa89f4a70d..ca623730641 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2013-06-17 Juri Linkov + + * net/webjump.el (webjump-sample-sites): Add DuckDuckGo. + 2013-06-17 Dmitry Gutov * emacs-lisp/package.el (package-load-descriptor): Remove diff --git a/lisp/net/webjump.el b/lisp/net/webjump.el index 8e23a719f8b..a7db6d0a73b 100644 --- a/lisp/net/webjump.el +++ b/lisp/net/webjump.el @@ -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=" ""])