/[emacs]/emacs/lisp/startup.el
ViewVC logotype

Diff of /emacs/lisp/startup.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.366 by teirllm, Tue Jul 12 20:30:04 2005 UTC revision 1.367 by teirllm, Thu Jul 14 00:57:45 2005 UTC
# Line 752  or `CVS', and any subdirectory that cont Line 752  or `CVS', and any subdirectory that cont
752    ;; are not set.    ;; are not set.
753    (custom-reevaluate-setting 'blink-cursor-mode)    (custom-reevaluate-setting 'blink-cursor-mode)
754    (custom-reevaluate-setting 'normal-erase-is-backspace)    (custom-reevaluate-setting 'normal-erase-is-backspace)
755      (custom-reevaluate-setting 'tooltip-mode)
   ;; 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.  
   ;; 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))  
756    
757    ;; Register default TTY colors for the case the terminal hasn't a    ;; Register default TTY colors for the case the terminal hasn't a
758    ;; terminal init file.    ;; terminal init file.

Legend:
Removed from v.1.366  
changed lines
  Added in v.1.367

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26