aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2005-04-16 00:25:43 +0000
committerLuc Teirlinck2005-04-16 00:25:43 +0000
commit8a902fd27f39c392749445fe6f54a9435d954183 (patch)
treef55952aa9134db141d2583a52c2a0b3bac46e836
parent6d21442537773a6a08c65f33d58fbdcfd261fdec (diff)
downloademacs-8a902fd27f39c392749445fe6f54a9435d954183.tar.gz
emacs-8a902fd27f39c392749445fe6f54a9435d954183.zip
Load tooltip if x-show-tip is fboundp.
-rw-r--r--lisp/loadup.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el
index 04fc7a94174..58572aa1d9f 100644
--- a/lisp/loadup.el
+++ b/lisp/loadup.el
@@ -192,6 +192,7 @@
192 192
193(load "vc-hooks") 193(load "vc-hooks")
194(load "ediff-hook") 194(load "ediff-hook")
195(if (fboundp 'x-show-tip) (load "tooltip"))
195(message "%s" (garbage-collect)) 196(message "%s" (garbage-collect))
196 197
197;If you want additional libraries to be preloaded and their 198;If you want additional libraries to be preloaded and their