Mercurial > emacs
changeset 64259:93dfebcaefcf
(command-line): Whitespace changes.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Tue, 12 Jul 2005 20:30:04 +0000 |
parents | 07d8968e1e9c |
children | dbe36b00bbda |
files | lisp/startup.el |
diffstat | 1 files changed, 5 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/startup.el Tue Jul 12 20:15:57 2005 +0000 +++ b/lisp/startup.el Tue Jul 12 20:30:04 2005 +0000 @@ -758,12 +758,11 @@ ;; 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.