# HG changeset patch # User Luc Teirlinck # Date 1113611143 0 # Node ID 7e8e0667891779058ddf61e2d1c9b12856cf3972 # Parent 9e1e4bffa45015597ba4573ca1cca56083fe07db Load tooltip if x-show-tip is fboundp. diff -r 9e1e4bffa450 -r 7e8e06678917 lisp/loadup.el --- a/lisp/loadup.el Sat Apr 16 00:24:02 2005 +0000 +++ b/lisp/loadup.el Sat Apr 16 00:25:43 2005 +0000 @@ -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