summaryrefslogtreecommitdiff
path: root/etc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 5a3a27ee4af..8bf1da470fc 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -190,6 +190,16 @@ navigation and editing of large files.
It now treats the optional 2nd argument to mean that the URL should be
shown in the currently selected window.
+** Comint
+*** 'comint-insert-previous-argument' knows how to count args
+from the beginning or from the end. This is useful because
+'comint-insert-previous-argument' exists to emulate M-. in bash and zsh; and
+bash counts from the start while zsh counts from the end.
+
+*** New variable 'comint-insert-previous-argument-from-end' controls whether
+args passed to 'comint-insert-previous-argument' count from the beginning or
+from the end
+
** Flymake
+++