From: Michael Albinus Date: Sat, 9 Oct 2021 14:42:00 +0000 (+0200) Subject: ; Fix indentation in etc/NEWS X-Git-Tag: emacs-28.0.90~344 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=394209c1a012ec0d24cbef031101c82a79ceea83;p=emacs.git ; Fix indentation in etc/NEWS --- diff --git a/etc/NEWS b/etc/NEWS index 16fa36bd5fb..09537d7d313 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -947,8 +947,8 @@ previous section for how to get back the old bindings. Alternatively, if you only want these two commands to have global bindings they had before, you can add the following to your init file: - (define-key global-map "\M-o\M-s" 'center-line) - (define-key global-map "\M-o\M-S" 'center-paragraph) + (define-key global-map "\M-o\M-s" 'center-line) + (define-key global-map "\M-o\M-S" 'center-paragraph) --- ** The 'M-o M-o' global binding has been removed.