diff options
author | Torsten Hilbrich <torsten.hilbrich@gmx.net> | 2001-07-06 22:51:00 +0200 |
---|---|---|
committer | Torsten Hilbrich <torsten@hilbrich.net> | 2011-08-27 20:47:38 +0200 |
commit | ac0f2756e83f9c216f1e365cacb07f6369cb15c8 (patch) | |
tree | d3aa670da79bea605a83fd1130a01b87d61633ff /dictionary-init.el | |
parent | 7a078122248883ca70b6defcdc7305c92fa4bc2b (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.el | 4 |
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) |