Index: emacs/lisp/startup.el
diff -c emacs/lisp/startup.el:1.365 emacs/lisp/startup.el:1.366
*** emacs/lisp/startup.el:1.365 Tue Jul 12 20:15:57 2005
--- emacs/lisp/startup.el       Tue Jul 12 20:30:04 2005
***************
*** 758,769 ****
    ;; to be equivalent under all conditions, or Custom will get confused.
    ;; We can not use `custom-reevaluate-setting' here, because it would
    ;; load the tooltip library on systems for which that does not make sense.
! 
!    (unless (or noninteractive
!                emacs-basic-display
!                (not (display-graphic-p))
!                (not (fboundp 'x-show-tip)))
!      (tooltip-mode 1))
  
    ;; Register default TTY colors for the case the terminal hasn't a
    ;; terminal init file.
--- 758,768 ----
    ;; to be equivalent under all conditions, or Custom will get confused.
    ;; We can not use `custom-reevaluate-setting' here, because it would
    ;; load the tooltip library on systems for which that does not make sense.
!   (unless (or noninteractive
!             emacs-basic-display
!             (not (display-graphic-p))
!             (not (fboundp 'x-show-tip)))
!     (tooltip-mode 1))
  
    ;; Register default TTY colors for the case the terminal hasn't a
    ;; terminal init file.


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to