summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMark Oteiza <mvoteiza@udel.edu>2016-10-18 18:05:51 -0400
committerMark Oteiza <mvoteiza@udel.edu>2016-10-18 18:05:51 -0400
commit224443922ce169ab0e21ad8495d32b269972c028 (patch)
tree4340e51a607b61f66c98f9ad79527138c44989f3 /etc
parent2ce01c494dd013a47f3b98860538cba4a1ef6a2c (diff)
downloademacs-224443922ce169ab0e21ad8495d32b269972c028.tar.gz
Add an option for eshell-input-filter
* etc/NEWS: Document changes. * lisp/eshell/em-hist.el (eshell-input-filter): Set value to function symbol. Change type to a radio for choosing functions. Refer to both new functions. (eshell-input-filter-default): New function. Same body as the previous value of eshell-input-filter. (eshell-input-filter-initial-space): New function.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c5245bcd18b..4f88de9c5b6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -308,6 +308,13 @@ viewing HTML files and the like.
breakpoint (e.g. with "f" and "o") by customizing the new option
'edebug-sit-on-break'.
+** Eshell
+
+*** 'eshell-input-filter's value is now a named function
+'eshell-input-filter-default', and has a new custom option
+'eshell-input-filter-initial-space' to ignore adding commands prefixed
+with blank space to eshell history.
+
** eww
+++