diff options
| author | Juri Linkov | 2013-06-18 01:45:14 +0300 |
|---|---|---|
| committer | Juri Linkov | 2013-06-18 01:45:14 +0300 |
| commit | c048c0228785ba75160e46022140fcd33fa0c7f7 (patch) | |
| tree | 13b8c50f36f98ce0913c69b7a92533556e80c076 | |
| parent | be2aa135787e32fc93b2163834e7460056e6e1a7 (diff) | |
| download | emacs-c048c0228785ba75160e46022140fcd33fa0c7f7.tar.gz emacs-c048c0228785ba75160e46022140fcd33fa0c7f7.zip | |
* lisp/net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/net/webjump.el | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1fa89f4a70d..ca623730641 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-06-17 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * net/webjump.el (webjump-sample-sites): Add DuckDuckGo. | ||
| 4 | |||
| 1 | 2013-06-17 Dmitry Gutov <dgutov@yandex.ru> | 5 | 2013-06-17 Dmitry Gutov <dgutov@yandex.ru> |
| 2 | 6 | ||
| 3 | * emacs-lisp/package.el (package-load-descriptor): Remove | 7 | * 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 @@ | |||
| 217 | "www.emacswiki.org/cgi-bin/wiki/" ""]) | 217 | "www.emacswiki.org/cgi-bin/wiki/" ""]) |
| 218 | 218 | ||
| 219 | ;; Internet search engines. | 219 | ;; Internet search engines. |
| 220 | ("DuckDuckGo" . | ||
| 221 | [simple-query "duckduckgo.com" | ||
| 222 | "duckduckgo.com/?q=" ""]) | ||
| 220 | ("Google" . | 223 | ("Google" . |
| 221 | [simple-query "www.google.com" | 224 | [simple-query "www.google.com" |
| 222 | "www.google.com/search?q=" ""]) | 225 | "www.google.com/search?q=" ""]) |