Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
924e26eb
Commit
924e26eb
authored
May 28, 2007
by
Juanma Barranquero
Browse files
(webjump-sample-sites): Add simple Wikipedia query.
parent
3b8c0c70
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/net/webjump.el
lisp/net/webjump.el
+2
-0
No files found.
lisp/ChangeLog
View file @
924e26eb
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
...
...
lisp/net/webjump.el
View file @
924e26eb
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment