Mercurial > emacs
changeset 61566:9e1e4bffa450
(command-line): Add comment.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Sat, 16 Apr 2005 00:24:02 +0000 |
parents | 19480ce3528d |
children | 7e8e06678917 |
files | lisp/startup.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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))