]> git.eshelyaron.com Git - emacs.git/commit
Fix the startup.el behavior when 'face-font-rescale-alist' is non-nil
authorEli Zaretskii <eliz@gnu.org>
Sun, 10 Jul 2022 08:32:05 +0000 (11:32 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 10 Jul 2022 08:32:05 +0000 (11:32 +0300)
commitaa25a38f2c4a67a39e84bed3cfea73fa366f2db4
tree10edb728652a5aa9819d625c0c4801b8205300eb
parent84473eb610e64e1b64d2ca73a092cc257995335f
Fix the startup.el behavior when 'face-font-rescale-alist' is non-nil

* lisp/startup.el (command-line-1, normal-top-level): Reset the
default face's font only if 'face-font-rescale-alist' affects that
face's font.  For the use case where it matters, see
https://lists.gnu.org/archive/html/emacs-devel/2022-07/msg00157.html.
Make the 'inhibit-startup-screen' and non-inhibit branches behave
the same in that case.
lisp/startup.el