From: Luc Teirlinck Date: Sat, 16 Apr 2005 00:25:43 +0000 (+0000) Subject: Load tooltip if x-show-tip is fboundp. X-Git-Tag: ttn-vms-21-2-B4~976 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8a902fd27f39c392749445fe6f54a9435d954183;p=emacs.git Load tooltip if x-show-tip is fboundp. --- 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 @@ (load "vc-hooks") (load "ediff-hook") +(if (fboundp 'x-show-tip) (load "tooltip")) (message "%s" (garbage-collect)) ;If you want additional libraries to be preloaded and their