summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2011-06-04 09:31:34 -0300
committerStefan Monnier <monnier@iro.umontreal.ca>2011-06-04 09:31:34 -0300
commite17d9003618cef75852a0b88334cea66a5c4b016 (patch)
tree5dfaf51d06c3b354c22e150161d5960e52e29e49 /etc
parent6c4cab0308a5568a84639f0b6fe6daa12dcc80b2 (diff)
downloademacs-e17d9003618cef75852a0b88334cea66a5c4b016.tar.gz
* lisp/shell.el: Require and use pcomplete.
(shell-dynamic-complete-functions): Add pcomplete-completions-at-point. (shell-completion-vars): Set pcomplete-default-completion-function.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 25fd259eb9a..d3758f8ed0a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -85,6 +85,8 @@ client frame in parent X window ID, via XEmbed. This works like the
error, its exit status is 1.
** Completion
+*** shell-mode uses pcomplete rules, with the standard completion UI.
+
*** Many packages have been changed to use completion-at-point rather than
their own completion code.