aboutsummaryrefslogtreecommitdiffstats
path: root/admin/release-process
diff options
context:
space:
mode:
authorVibhav Pant2020-08-21 14:04:35 +0530
committerVibhav Pant2020-08-21 14:04:35 +0530
commitf0f8d7b82492e741950c363a03b886965c91b1b0 (patch)
tree19b716830b1ebabc0d7d75949c4e6800c0f104ad /admin/release-process
parent9e64a087c4d167e7ec1c4e22bea3e6af53b563de (diff)
parentc818c29771d3cb51875643b2f6c894073e429dd2 (diff)
downloademacs-feature/native-comp-macos-fixes.tar.gz
emacs-feature/native-comp-macos-fixes.zip
Merge branch 'feature/native-comp' into feature/native-comp-macos-fixesfeature/native-comp-macos-fixes
Diffstat (limited to 'admin/release-process')
-rw-r--r--admin/release-process8
1 files changed, 3 insertions, 5 deletions
diff --git a/admin/release-process b/admin/release-process
index 1ed7a2e29e7..b8587e62047 100644
--- a/admin/release-process
+++ b/admin/release-process
@@ -192,16 +192,14 @@ sk Miroslav Vaško
192** Check for modes which bind M-s that conflicts with a new global binding M-s 192** Check for modes which bind M-s that conflicts with a new global binding M-s
193and change key bindings where necessary. The current list of modes: 193and change key bindings where necessary. The current list of modes:
194 194
1951. Gnus binds 'M-s' to 'gnus-summary-search-article-forward'. 1951. Minibuffer binds 'M-s' to 'next-matching-history-element'
196
1972. Minibuffer binds 'M-s' to 'next-matching-history-element'
198 (not useful any more since C-s can now search in the history). 196 (not useful any more since C-s can now search in the history).
199 197
2003. PCL-CVS binds 'M-s' to 'cvs-status', and log-edit-mode binds it to 1982. PCL-CVS binds 'M-s' to 'cvs-status', and log-edit-mode binds it to
201 'log-edit-comment-search-forward'. Perhaps search commands 199 'log-edit-comment-search-forward'. Perhaps search commands
202 on the global key binding 'M-s' are useless in these modes. 200 on the global key binding 'M-s' are useless in these modes.
203 201
2044. Rmail binds '\es' to 'rmail-search'/'rmail-summary-search'. 2023. Rmail binds '\es' to 'rmail-search'/'rmail-summary-search'.
205 203
206 204
207* DOCUMENTATION 205* DOCUMENTATION