# HG changeset patch # User Luc Teirlinck # Date 1121013819 0 # Node ID 6398fcc6fd769da4f44fb727a7f9daa94c5f683f # Parent 32225b9cc7d54ce11f69da721c80af2d1344d4f4 (command-line): Use custom-reevaluate-setting to handle tooltip-mode. Delete obsolete comment. diff -r 32225b9cc7d5 -r 6398fcc6fd76 lisp/startup.el --- a/lisp/startup.el Sun Jul 10 16:40:11 2005 +0000 +++ b/lisp/startup.el Sun Jul 10 16:43:39 2005 +0000 @@ -752,15 +752,7 @@ ;; 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.