/[emacs]/emacs/lisp/startup.el
ViewVC logotype

Diff of /emacs/lisp/startup.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.276 by rms, Sun Nov 25 17:43:04 2001 UTC revision 1.277 by rms, Sun Nov 25 19:16:10 2001 UTC
# Line 1503  where FACE is a valid face specification Line 1503  where FACE is a valid face specification
1503                 (string= (buffer-name) "*scratch*")                 (string= (buffer-name) "*scratch*")
1504                 ;; Don't display startup screen if init file                 ;; Don't display startup screen if init file
1505                 ;; has started some sort of server.                 ;; has started some sort of server.
1506                 (process-list)                 (null (process-list))
1507                 ;; Don't display startup screen if init file                 ;; Don't display startup screen if init file
1508                 ;; has inserted some text in *scratch*.                 ;; has inserted some text in *scratch*.
1509                 (= 0 (buffer-size)))                 (= 0 (buffer-size)))

Legend:
Removed from v.1.276  
changed lines
  Added in v.1.277

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26