comparison lisp/startup.el @ 61543:e70ec34c978b

(command-line): Whitespace change.
author Luc Teirlinck <teirllm@auburn.edu>
date Wed, 13 Apr 2005 22:31:33 +0000
parents e04d48765c2e
children be83d1c4960a 146c086df160
comparison
equal deleted inserted replaced
61542:e04d48765c2e 61543:e70ec34c978b
971 (if (eq major-mode 'fundamental-mode) 971 (if (eq major-mode 'fundamental-mode)
972 (funcall initial-major-mode)))) 972 (funcall initial-major-mode))))
973 973
974 ;; Load library for our terminal type. 974 ;; Load library for our terminal type.
975 ;; User init file can set term-file-prefix to nil to prevent this. 975 ;; User init file can set term-file-prefix to nil to prevent this.
976
977 (unless (or noninteractive 976 (unless (or noninteractive
978 window-system 977 window-system
979 (null term-file-prefix)) 978 (null term-file-prefix))
980 (let ((term (getenv "TERM")) 979 (let ((term (getenv "TERM"))
981 hyphend) 980 hyphend)