summaryrefslogtreecommitdiff
path: root/dictionary-init.el
diff options
context:
space:
mode:
authorTorsten Hilbrich <torsten.hilbrich@gmx.net>2001-07-08 21:44:00 +0200
committerTorsten Hilbrich <torsten@hilbrich.net>2011-08-27 20:47:38 +0200
commitd8d08549efa7eb2f5d1c513e190b3187a4629f34 (patch)
treeb782dbabd59945eaaa840297c2d09524965e743a /dictionary-init.el
parent6b1979792a3f25f35b762cdd7eb805856ebdc95c (diff)
Imported version 1.5 from tarball
added tooltip support for GNU Emacs 21
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 5a2c7c2..dfb022f 100644
--- a/dictionary-init.el
+++ b/dictionary-init.el
@@ -10,4 +10,8 @@
"Display entries matching the word at the cursor" t)
(autoload 'dictionary-popup-matching-words "dictionary"
"Display entries matching the word at the point" t)
+(autoload 'dictionary-tooltip-mode "dictionary"
+ "Display tooltips for the current word" t)
+(autoload 'global-dictionary-tooltip-mode "dictionary"
+ "Enable/disable dictionary-tooltip-mode for all buffers" t)