summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/startup.el3
1 files changed, 2 insertions, 1 deletions
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