comparison lisp/ChangeLog @ 105709:e044a3c6a7e6

Allow the use of completion-tables. (pcomplete-std-complete): New command. (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries. (pcomplete--here): Use a function for `form' rather than an expression, so it can be byte-compiled. (pcomplete-here, pcomplete-here*): Adjust accordingly. Add edebug declaration. (pcomplete-show-completions): Remove unused var `curbuf'. (pcomplete-do-complete, pcomplete-stub): Don't assume `completions' is a list of strings any more.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 22 Oct 2009 15:17:48 +0000
parents 911f2739a953
children eb03599b0d98
comparison
equal deleted inserted replaced
105708:911f2739a953 105709:e044a3c6a7e6
1 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * pcomplete.el: Allow the use of completion-tables.
4 (pcomplete-std-complete): New command.
5 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
6 (pcomplete--here): Use a function for `form' rather than an expression,
7 so it can be byte-compiled.
8 (pcomplete-here, pcomplete-here*): Adjust accordingly.
9 Add edebug declaration.
10 (pcomplete-show-completions): Remove unused var `curbuf'.
11 (pcomplete-do-complete, pcomplete-stub):
12 Don't assume `completions' is a list of strings any more.
13
1 2009-10-22 Juanma Barranquero <lekktu@gmail.com> 14 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
2 15
3 * find-dired.el (find-name-arg): Fix typo in docstring. 16 * find-dired.el (find-name-arg): Fix typo in docstring.
4 17
5 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca> 18 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>