projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81f20e8
)
; Fix indentation in etc/NEWS
author
Michael Albinus
<michael.albinus@gmx.de>
Sat, 9 Oct 2021 14:42:00 +0000
(16:42 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Sat, 9 Oct 2021 14:42:00 +0000
(16:42 +0200)
etc/NEWS
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/etc/NEWS
index 16fa36bd5fb3b3c8aa71523e9f5db811db5e699c..09537d7d31399d47f545ce3b11e5fcbfe07007b9 100644
(file)
--- 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.