# HG changeset patch # User stephent # Date 1095918277 0 # Node ID 69a0933b86f1491fce8a51aa1ae0b2a1ba21a12d # Parent 7fc13d0eacd5e34c418d3ccfd2c5ef0d73d5177c [xemacs-hg @ 2004-09-23 05:44:35 by stephent] Fix Malcolm's address <877jql7dou.fsf_-_@tleepslib.sk.tsukuba.ac.jp> diff -r 7fc13d0eacd5 -r 69a0933b86f1 lisp/ChangeLog --- a/lisp/ChangeLog Thu Sep 23 05:35:07 2004 +0000 +++ b/lisp/ChangeLog Thu Sep 23 05:44:37 2004 +0000 @@ -1,3 +1,9 @@ +2004-09-22 Stephen J. Turnbull + + * startup.el (load-init-file): + (load-user-init-file): + Remove bogus comments. + 2004-09-23 Stephen J. Turnbull * about.el (xemacs-hackers): Fix Malcolm's address. diff -r 7fc13d0eacd5 -r 69a0933b86f1 lisp/startup.el --- a/lisp/startup.el Thu Sep 23 05:35:07 2004 +0000 +++ b/lisp/startup.el Thu Sep 23 05:44:37 2004 +0000 @@ -898,8 +898,6 @@ (find-user-init-file user-init-directory))) (if (not custom-file) (setq custom-file (make-custom-file-name user-init-file))) - ;; #### should test load-user-init-file-p here, not in load-init-file - ;; see comment there (if (and user-init-file (file-readable-p user-init-file)) (load user-init-file t t t)) @@ -937,8 +935,6 @@ (debug-on-error-initial (if (eq init-file-debug t) 'startup init-file-debug))) (let ((debug-on-error debug-on-error-initial)) - ;; #### I believe this test is incorrect, it leads to custom-file - ;; (at least) being undefined (if (and load-user-init-file-p init-file-debug) (progn ;; Do this without a condition-case if the user wants to debug.