emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: `xterm-mouse-mode' has a bogus Custom group


From: Kim F. Storm
Subject: Re: `xterm-mouse-mode' has a bogus Custom group
Date: Fri, 15 Apr 2005 10:47:29 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Luc Teirlinck <address@hidden> writes:

> Unless somebody knows how to accurately test whether Emacs was
> compiled --without-x in loadup.el.

Since x-show-tip is only defined with X/W32/MAC, this should work:

(if (fboundp 'x-show-tip)
    (load "tooltip"))

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

[Prev in Thread] Current Thread [Next in Thread]