]> git.eshelyaron.com Git - emacs.git/commitdiff
Load tooltip if x-show-tip is fboundp.
authorLuc Teirlinck <teirllm@auburn.edu>
Sat, 16 Apr 2005 00:25:43 +0000 (00:25 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sat, 16 Apr 2005 00:25:43 +0000 (00:25 +0000)
lisp/loadup.el

index 04fc7a94174eb6424c0ce996f40f860ea73128be..58572aa1d9fb0fc80a642068918ab00e83d0708b 100644 (file)
 
 (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