# HG changeset patch # User Juanma Barranquero # Date 1180338113 0 # Node ID b2e2389030c686624d13339ccdd9cdaf6d075889 # Parent 223bb8e66f7404b1f13c56a1ae33f158b06e2e41 (webjump-sample-sites): Add simple Wikipedia query. diff -r 223bb8e66f74 -r b2e2389030c6 lisp/net/webjump.el --- a/lisp/net/webjump.el Sat May 26 17:21:14 2007 +0000 +++ b/lisp/net/webjump.el Mon May 28 07:41:53 2007 +0000 @@ -229,6 +229,8 @@ ("Yahoo" . [simple-query "www.yahoo.com" "search.yahoo.com/search?p=" ""]) ("Yahoo: Reference" . "www.yahoo.com/Reference/") + ("Wikipedia" . + [simple-query "wikipedia.org" "wikipedia.org/wiki/" ""]) ;; Misc. general interest. ("Interactive Weather Information Network" . webjump-to-iwin)