diff lisp/loadup.el @ 61567:7e8e06678917

Load tooltip if x-show-tip is fboundp.
author Luc Teirlinck <teirllm@auburn.edu>
date Sat, 16 Apr 2005 00:25:43 +0000
parents 7c8ecf412b73
children 8d917e74f135 2c2b97b30980 e1fbb019c538
line wrap: on
line diff
--- 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