aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2012-01-03 14:31:08 +0800
committerChong Yidong <[email protected]>2012-01-03 14:31:08 +0800
commit787cdb34ea494f0a800cd6c3f8af2fbfd69b7c29 (patch)
treecf8205ce6213fa0488460b6e41e330c8337ebdc6 /lisp/ChangeLog
parentb81d40f0fe43db0c6a4d71e1aaea6b2c65b27395 (diff)
Fix shell completion regression.
* lisp/shell.el (shell-dynamic-complete-functions): Put pcomplete-completions-at-point, so as to try comint-filename-completion first (Bug#10417).
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 055d929fc5..8679b2c4f5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
+2012-01-03 Chong Yidong <[email protected]>
+
+ * shell.el (shell-dynamic-complete-functions): Put
+ pcomplete-completions-at-point, so as to try
+ comint-filename-completion first (Bug#10417).
+
2012-01-02 Richard Stallman <[email protected]>
* battery.el (battery-status-function):