1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-04 11:40:22 +00:00

(command-line): Use `custom-reevaluate-setting' again for tooltip-mode.

This commit is contained in:
Luc Teirlinck 2005-07-14 00:57:45 +00:00
parent 5fc5466286
commit dc86f0a908

View File

@ -752,17 +752,7 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'."
;; are not set.
(custom-reevaluate-setting 'blink-cursor-mode)
(custom-reevaluate-setting 'normal-erase-is-backspace)
;; If you change the code below, you need to also change the
;; corresponding code in the tooltip-mode defcustom. The two need
;; to be equivalent under all conditions, or Custom will get confused.
;; We can not use `custom-reevaluate-setting' here, because it would
;; load the tooltip library on systems for which that does not make sense.
(unless (or noninteractive
emacs-basic-display
(not (display-graphic-p))
(not (fboundp 'x-show-tip)))
(tooltip-mode 1))
(custom-reevaluate-setting 'tooltip-mode)
;; Register default TTY colors for the case the terminal hasn't a
;; terminal init file.