Rename variable to minimal-emacs-optimize-file-name-handler-alist

This commit is contained in:
James Cherti
2025-03-11 14:30:29 -04:00
parent a866f750be
commit 4eb6947f78

View File

@@ -56,7 +56,7 @@ By disabling startup messages, this slightly enhances performance and provides a
cleaner startup. The tradeoff is that you won't be informed of the progress or cleaner startup. The tradeoff is that you won't be informed of the progress or
any relevant activities during startup.") any relevant activities during startup.")
(defvar minimal-emacs--optimize-file-name-handler-alist t) (defvar minimal-emacs-optimize-file-name-handler-alist t)
(defvar minimal-emacs-disable-mode-line-during-startup t (defvar minimal-emacs-disable-mode-line-during-startup t
"Disable the mode line during startup to improve performance. "Disable the mode line during startup to improve performance.
@@ -232,7 +232,7 @@ this stage of initialization."
(delete-dups (append file-name-handler-alist (delete-dups (append file-name-handler-alist
minimal-emacs--old-file-name-handler-alist)))) minimal-emacs--old-file-name-handler-alist))))
(when (and minimal-emacs--optimize-file-name-handler-alist (when (and minimal-emacs-optimize-file-name-handler-alist
(not (daemonp)) (not (daemonp))
(not minimal-emacs-debug)) (not minimal-emacs-debug))
;; Determine the state of bundled libraries using calc-loaddefs.el. If ;; Determine the state of bundled libraries using calc-loaddefs.el. If