]> code.delx.au - gnu-emacs/commitdiff
(command-line): Whitespace changes.
authorLuc Teirlinck <teirllm@auburn.edu>
Tue, 12 Jul 2005 20:30:04 +0000 (20:30 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Tue, 12 Jul 2005 20:30:04 +0000 (20:30 +0000)
lisp/startup.el

index 51dea85c487e3b33398653438fdb5a6dccf5044f..615870198000f28cdb8e91d55ad58c61e53d7888 100644 (file)
@@ -758,12 +758,11 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'."
   ;; 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))
+  (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.