From 7f14723aa2b6c89f4e2e3895ff0fb1b931f83755 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 25 Nov 2021 20:17:58 +0200 Subject: [PATCH] ; * etc/NEWS: Fix entry about reverting to old 'mode-line' face. --- etc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'. -- 2.39.5