aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck <[email protected]>2005-07-10 16:43:39 +0000
committerLuc Teirlinck <[email protected]>2005-07-10 16:43:39 +0000
commite30522ee69389e52e7cdb483a3537d5fb83f9afd (patch)
tree78db78bd554f7824f793200e3de1af4c4fd96393
parent9ccfc415b92022867ffd1e6b57e7db78b30f49d7 (diff)
(command-line): Use custom-reevaluate-setting to handle tooltip-mode.
Delete obsolete comment.
-rw-r--r--lisp/startup.el10
1 files changed, 1 insertions, 9 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index 83b8729e20..cb3dae8123 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -752,15 +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.
- (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.