]> code.delx.au - gnu-emacs/commitdiff
(command-line): Add comment.
authorLuc Teirlinck <teirllm@auburn.edu>
Sat, 16 Apr 2005 00:24:02 +0000 (00:24 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sat, 16 Apr 2005 00:24:02 +0000 (00:24 +0000)
lisp/startup.el

index 04b81e7ced8f6b750f057e2cdcacf9980e5e7fdb..224158e9a37e8ad6a3b41ce48529c83defefd5bf 100644 (file)
@@ -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))