summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2021-03-20 12:11:04 +0200
committerEli Zaretskii <eliz@gnu.org>2021-03-20 12:11:04 +0200
commitb4a125e5ad1de3eb770dff12017f1e0658c4c6a2 (patch)
treea6255cdd8f72b99b68bee3731c789cdcf12b8309
parenta9e7ea47b984e6d1de33eb34696e7fcf27622de4 (diff)
downloademacs-b4a125e5ad1de3eb770dff12017f1e0658c4c6a2.tar.gz
; * etc/NEWS: Minor improvement to the last change.
-rw-r--r--etc/NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ba93bba290f..c6021663976 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2275,7 +2275,12 @@ having those two commands on the 'M-o' keymap; see the next section.
** 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. See the
-previous section for how to get back the old bindings.
+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)
** The 'M-o M-o' global binding has been removed.
Use 'M-x font-lock-fontify-block' instead, or the new 'C-x x f'