aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2005-07-12 20:30:04 +0000
committerLuc Teirlinck2005-07-12 20:30:04 +0000
commit185355ffc2980fee52772ac8ae16977f51513b76 (patch)
tree8163a8a5bfd9361476bd7cac1c1baaeec09ac712
parent2d3683fada229b53e58fe984e54fde107c2991e1 (diff)
downloademacs-185355ffc2980fee52772ac8ae16977f51513b76.tar.gz
emacs-185355ffc2980fee52772ac8ae16977f51513b76.zip
(command-line): Whitespace changes.
-rw-r--r--lisp/startup.el11
1 files changed, 5 insertions, 6 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index 51dea85c487..61587019800 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -758,12 +758,11 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'."
758 ;; to be equivalent under all conditions, or Custom will get confused. 758 ;; to be equivalent under all conditions, or Custom will get confused.
759 ;; We can not use `custom-reevaluate-setting' here, because it would 759 ;; We can not use `custom-reevaluate-setting' here, because it would
760 ;; load the tooltip library on systems for which that does not make sense. 760 ;; load the tooltip library on systems for which that does not make sense.
761 761 (unless (or noninteractive
762 (unless (or noninteractive 762 emacs-basic-display
763 emacs-basic-display 763 (not (display-graphic-p))
764 (not (display-graphic-p)) 764 (not (fboundp 'x-show-tip)))
765 (not (fboundp 'x-show-tip))) 765 (tooltip-mode 1))
766 (tooltip-mode 1))
767 766
768 ;; Register default TTY colors for the case the terminal hasn't a 767 ;; Register default TTY colors for the case the terminal hasn't a
769 ;; terminal init file. 768 ;; terminal init file.