aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov <[email protected]>2009-11-30 16:11:18 +0000
committerJuri Linkov <[email protected]>2009-11-30 16:11:18 +0000
commit1f9689eba0a69231e7049b8d747e256ffc4985d1 (patch)
tree7126adb5b0912feafe597139f1521ebe47e06c60 /etc
parent2952b1ae0475a3efd8646281bc8aa0e6aeb5e8f6 (diff)
(comint-mode-map): Rebind `M-r' from
`comint-previous-matching-input' to `comint-history-isearch-backward-regexp'. Unbind `M-s' to allow global key binding `M-s'. Add menu items for `comint-history-isearch-backward' and `comint-history-isearch-backward-regexp'. (Bug#3746)
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 9fcea9b23e..4b5e12e5b0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -301,8 +301,8 @@ Command*'.
*** Isearch searches in the comint/shell input history when the new variable
`comint-history-isearch' is non-nil. New commands `comint-history-isearch-backward'
-and `comint-history-isearch-backward-regexp' start Isearch in the input history
-regardless of the value of `comint-history-isearch'.
+and `comint-history-isearch-backward-regexp' (bound to M-r) start Isearch
+in the input history regardless of the value of `comint-history-isearch'.
+++
*** Autorevert Tail mode now works also for remote files.