diff options
| author | Glenn Morris | 2012-12-31 13:28:33 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-12-31 13:28:33 -0800 |
| commit | 5ee1772e2c5cff56ff1825b79acdd67dc142bf49 (patch) | |
| tree | 344889f1b112f4c6ce23af684a99396e542f8b5c /lisp/ChangeLog | |
| parent | 4cddca3070934602b0156a5cc260c633f210599c (diff) | |
| download | emacs-5ee1772e2c5cff56ff1825b79acdd67dc142bf49.tar.gz emacs-5ee1772e2c5cff56ff1825b79acdd67dc142bf49.zip | |
* eshell/em-cmpl.el (eshell-pcomplete): More thoroughly imitate pcomplete.
Fixes: debbugs:13293
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2a7fc8f7fd4..49496efec69 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2012-12-31 Glenn Morris <rgm@gnu.org> | 1 | 2012-12-31 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * eshell/em-cmpl.el (eshell-pcomplete): | ||
| 4 | More thoroughly imitate pcomplete. (Bug#13293) | ||
| 5 | |||
| 3 | * files.el (parse-colon-path): Doc fix. (Bug#12351) | 6 | * files.el (parse-colon-path): Doc fix. (Bug#12351) |
| 4 | Return nil for empty path elements. (Bug#13296) | 7 | Return nil for empty path elements. (Bug#13296) |
| 5 | 8 | ||