From 170dcde029778e15a342108e20af719f4435432b Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 10 Jul 2022 11:43:45 +0300 Subject: [PATCH] ; * lisp/startup.el (command-line-1): Fix last change. --- lisp/startup.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/startup.el b/lisp/startup.el index 45b99eb8931..6c5549e2c64 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -2798,7 +2798,8 @@ nil default-directory" name) ;; `nondisplayed-buffers-p' is true if there exist buffers ;; in `displayable-buffers' that were not displayed to the ;; user. - (nondisplayed-buffers-p nil)) + (nondisplayed-buffers-p nil) + (old-face-font-rescale-alist face-font-rescale-alist)) (when (> displayable-buffers-len 0) (switch-to-buffer (car displayable-buffers))) (cond -- 2.39.5