From: Luc Teirlinck Date: Sat, 16 Apr 2005 00:24:02 +0000 (+0000) Subject: (command-line): Add comment. X-Git-Tag: ttn-vms-21-2-B4~977 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6d21442537773a6a08c65f33d58fbdcfd261fdec;p=emacs.git (command-line): Add comment. --- diff --git a/lisp/startup.el b/lisp/startup.el index 04b81e7ced8..224158e9a37 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -746,6 +746,9 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'." (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))