mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-25 10:47:00 +00:00
Load tooltip if x-show-tip is fboundp.
This commit is contained in:
parent
6d21442537
commit
8a902fd27f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user