diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2005-04-13 00:23:52 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2005-04-13 00:23:52 +0000 |
commit | 42234f26ba42d29c42617c4c262623ce1b59b619 (patch) | |
tree | e72e3a4a9c1f9678e93a86c8c74a5aa9cefe47df /lisp/startup.el | |
parent | 55465a6f333107e963a204cf37ffe6a4cb28d3d1 (diff) | |
download | emacs-42234f26ba42d29c42617c4c262623ce1b59b619.tar.gz |
Delete accidentally added comment.
Diffstat (limited to 'lisp/startup.el')
-rw-r--r-- | lisp/startup.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/startup.el b/lisp/startup.el index e27f86b422b..359c64628df 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -746,9 +746,6 @@ 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)) |