Mercurial > hg > xemacs-beta
comparison lisp/startup.el @ 1389:6355bae896e3
[xemacs-hg @ 2003-03-27 12:57:36 by stephent]
use .Xresources not .Xdefaults <87adfhezt5.fsf@tleepslib.sk.tsukuba.ac.jp>
regexp-tests fix
author | stephent |
---|---|
date | Thu, 27 Mar 2003 12:57:53 +0000 |
parents | 4542b72c005e |
children | 488b2f76d852 |
comparison
equal
deleted
inserted
replaced
1388:aa75c11622fc | 1389:6355bae896e3 |
---|---|
1335 ;; (expand-file-name f data-directory)) | 1335 ;; (expand-file-name f data-directory)) |
1336 ;; f))))) | 1336 ;; f))))) |
1337 ;; (insert "For customization examples, see the files ") | 1337 ;; (insert "For customization examples, see the files ") |
1338 ;; (funcall present-file "sample.emacs") | 1338 ;; (funcall present-file "sample.emacs") |
1339 ;; (insert " and ") | 1339 ;; (insert " and ") |
1340 ;; (funcall present-file "sample.Xdefaults") | 1340 ;; (funcall present-file "sample.Xresources") |
1341 ;; (insert (format "\nin the directory %s." data-directory))) | 1341 ;; (insert (format "\nin the directory %s." data-directory))) |
1342 | 1342 |
1343 (defun startup-set-invocation-environment () | 1343 (defun startup-set-invocation-environment () |
1344 ;; XEmacs -- Steven Baur says invocation directory is nil if you | 1344 ;; XEmacs -- Steven Baur says invocation directory is nil if you |
1345 ;; try to use XEmacs as a login shell. | 1345 ;; try to use XEmacs as a login shell. |