From: Luc Teirlinck Date: Tue, 12 Jul 2005 20:30:04 +0000 (+0000) Subject: (command-line): Whitespace changes. X-Git-Tag: emacs-pretest-22.0.90~8206 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/185355ffc2980fee52772ac8ae16977f51513b76 (command-line): Whitespace changes. --- diff --git a/lisp/startup.el b/lisp/startup.el index 51dea85c48..6158701980 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -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.