From a181a27fbe0ba6dab884d31d9b8db7b31967ed62 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Mon, 3 Jan 2005 23:43:34 +0000 Subject: [PATCH] (command-line): No longer load `custom-file'. --- lisp/startup.el | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lisp/startup.el b/lisp/startup.el index fee3fb7bd0f..672d20d5445 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -871,12 +871,6 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'." (sit-for 1)) (setq user-init-file source)))) - (when (stringp custom-file) - (unless (assoc custom-file load-history) - ;; If the .emacs file has set `custom-file' but hasn't - ;; loaded the file yet, let's load it. - (load custom-file t t))) - (unless inhibit-default-init (let ((inhibit-startup-message nil)) ;; Users are supposed to be told their rights. -- 2.39.2