# HG changeset patch # User Luc Teirlinck # Date 1113611042 0 # Node ID 9e1e4bffa45015597ba4573ca1cca56083fe07db # Parent 19480ce3528d259a05989408b26f7aa17f89a3c6 (command-line): Add comment. diff -r 19480ce3528d -r 9e1e4bffa450 lisp/startup.el --- a/lisp/startup.el Sat Apr 16 00:21:56 2005 +0000 +++ b/lisp/startup.el Sat Apr 16 00:24:02 2005 +0000 @@ -746,6 +746,9 @@ (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))