From: Lars Ingebrigtsen Date: Fri, 19 Mar 2021 07:44:19 +0000 (+0100) Subject: Add a note to NEWS as to how to restore the facemenu X-Git-Tag: emacs-28.0.90~3211 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=04a90d76954901897f0a521552c448f1f4845461;p=emacs.git Add a note to NEWS as to how to restore the facemenu --- diff --git a/etc/NEWS b/etc/NEWS index 7b7678280b0..6dda3423c17 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2260,6 +2260,10 @@ first). * Incompatible Editing Changes in Emacs 28.1 ** The 'M-o' ('facemenu-keymap') global binding has been removed. +To restore the old binding, say something like: + + (require 'facemenu) + (define-key global-map "\M-o" 'facemenu-keymap) ** The 'M-o M-s' and 'M-o M-S' global bindings have been removed. Use 'M-x center-line' and 'M-x center-paragraph' instead.