(not (fboundp 'x-show-tip)))
(tooltip-mode 1))
- ;; If you change the code below, you need to also change the
- ;; corresponding code in the xterm-mouse-mode defcustom. The two need
- ;; to be equivalent under all conditions, or Custom will get confused.
- (unless (or noninteractive
- window-system)
- (let ((term (getenv "TERM")))
- (and term
- (string-match "^\\(xterm\\|rxvt\\|dtterm\\|eterm\\)" term)
- (xterm-mouse-mode 1))))
-
;; Register default TTY colors for the case the terminal hasn't a
;; terminal init file.
(unless (memq window-system '(x w32))