aboutsummaryrefslogtreecommitdiff
path: root/dictionary-init.el
diff options
context:
space:
mode:
authorTorsten Hilbrich <torsten.hilbrich@gmx.net>2001-07-06 22:51:00 +0200
committerTorsten Hilbrich <torsten@hilbrich.net>2011-08-27 20:47:38 +0200
commitac0f2756e83f9c216f1e365cacb07f6369cb15c8 (patch)
treed3aa670da79bea605a83fd1130a01b87d61633ff /dictionary-init.el
parent7a078122248883ca70b6defcdc7305c92fa4bc2b (diff)
Imported version 1.4 from tarball
added popup menu for easier lookup of words
Diffstat (limited to 'dictionary-init.el')
-rw-r--r--dictionary-init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/dictionary-init.el b/dictionary-init.el
index 5f21a39..5a2c7c2 100644
--- a/dictionary-init.el
+++ b/dictionary-init.el
@@ -6,4 +6,8 @@
"Unconditionally lookup the word at point." t)
(autoload 'dictionary "dictionary"
"Create a new dictionary buffer" t)
+(autoload 'dictionary-mouse-popup-matching-words "dictionary"
+ "Display entries matching the word at the cursor" t)
+(autoload 'dictionary-popup-matching-words "dictionary"
+ "Display entries matching the word at the point" t)