mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 13:57:36 +00:00
(webjump-sample-sites): Add simple Wikipedia query.
This commit is contained in:
parent
3b8c0c70a7
commit
924e26ebf1
2 changed files with 7 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2007-05-27 Ryan Yeske <rcyeske@gmail.com>
|
||||
|
||||
* net/webjump.el (webjump-sample-sites):
|
||||
Add simple Wikipedia query.
|
||||
|
||||
2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* emacs-lisp/derived.el (define-derived-mode): Remove bogus
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue