]> git.eshelyaron.com Git - emacs.git/commitdiff
Add a note to NEWS as to how to restore the facemenu
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 19 Mar 2021 07:44:19 +0000 (08:44 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 19 Mar 2021 07:44:19 +0000 (08:44 +0100)
etc/NEWS

index 7b7678280b01aa1949fabdf230e96192a5936861..6dda3423c17f954e671fbe928c4053073606de1f 100644 (file)
--- 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.