/[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.363 by lute, Mon Jul 4 23:08:58 2005 UTC revision 1.364 by teirllm, Sun Jul 10 16:43:39 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.  
   (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.363  
changed lines
  Added in v.1.364

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