From: Eli Zaretskii Date: Thu, 25 Nov 2021 18:17:58 +0000 (+0200) Subject: ; * etc/NEWS: Fix entry about reverting to old 'mode-line' face. X-Git-Tag: emacs-29.0.90~2852^2~35 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7f14723aa2b6c89f4e2e3895ff0fb1b931f83755;p=emacs.git ; * etc/NEWS: Fix entry about reverting to old 'mode-line' face. --- diff --git a/etc/NEWS b/etc/NEWS index 8b7c2f78508..da56d0a338a 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -81,7 +81,7 @@ To get the old monospaced mode line back, customize the 'mode-line' face not to inherit from the 'variable-pitch' face, or add this to your ~/.emacs: - (set-face-attribute 'mode-line t :inherit nil) + (set-face-attribute 'mode-line nil :inherit 'default) +++ ** New function 'buffer-text-pixel-size'.