diff options
| author | Juanma Barranquero | 2007-05-28 07:42:10 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-05-28 07:42:10 +0000 |
| commit | 924e26ebf16220daaca8429bbc88f78dbbf2e94e (patch) | |
| tree | f6c4592764812f6706f7269675ff1f2893825f36 /lisp/net | |
| parent | 3b8c0c70a77c4f580672552b796f46ac07e65867 (diff) | |
| download | emacs-924e26ebf16220daaca8429bbc88f78dbbf2e94e.tar.gz emacs-924e26ebf16220daaca8429bbc88f78dbbf2e94e.zip | |
(webjump-sample-sites): Add simple Wikipedia query.
Diffstat (limited to 'lisp/net')
| -rw-r--r-- | lisp/net/webjump.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/net/webjump.el b/lisp/net/webjump.el index 7f4fce16bce..03ce6305196 100644 --- a/lisp/net/webjump.el +++ b/lisp/net/webjump.el | |||
| @@ -229,6 +229,8 @@ | |||
| 229 | ("Yahoo" . | 229 | ("Yahoo" . |
| 230 | [simple-query "www.yahoo.com" "search.yahoo.com/search?p=" ""]) | 230 | [simple-query "www.yahoo.com" "search.yahoo.com/search?p=" ""]) |
| 231 | ("Yahoo: Reference" . "www.yahoo.com/Reference/") | 231 | ("Yahoo: Reference" . "www.yahoo.com/Reference/") |
| 232 | ("Wikipedia" . | ||
| 233 | [simple-query "wikipedia.org" "wikipedia.org/wiki/" ""]) | ||
| 232 | 234 | ||
| 233 | ;; Misc. general interest. | 235 | ;; Misc. general interest. |
| 234 | ("Interactive Weather Information Network" . webjump-to-iwin) | 236 | ("Interactive Weather Information Network" . webjump-to-iwin) |