diff options
| author | Juanma Barranquero | 2007-10-22 09:46:08 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-10-22 09:46:08 +0000 |
| commit | da3e76dc206b444850242dcd3788864fd7f3b4c5 (patch) | |
| tree | d1a68255cd1a86b1c0c3c27b659f0bf7bbde1485 /lisp/ChangeLog | |
| parent | e8308ca76096fb8a7da02425ade339d32a2f4496 (diff) | |
| download | emacs-da3e76dc206b444850242dcd3788864fd7f3b4c5.tar.gz emacs-da3e76dc206b444850242dcd3788864fd7f3b4c5.zip | |
(PC-expand-many-files): Remove.
(PC-do-completion): Call file-expand-wildcards instead of PC-expand-many-files.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6279ddd871d..368b6f4da16 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2007-10-20 Sean O'Rourke <sorourke@cs.ucsd.edu> | ||
| 2 | |||
| 3 | * complete.el (PC-expand-many-files): Remove. | ||
| 4 | (PC-do-completion): Call file-expand-wildcards instead of | ||
| 5 | PC-expand-many-files. | ||
| 6 | |||
| 7 | * net/tramp.el (tramp-handle-expand-many-files): Remove. | ||
| 8 | (PC-expand-many-files): Remove advice. | ||
| 9 | |||
| 1 | 2007-10-22 Glenn Morris <rgm@gnu.org> | 10 | 2007-10-22 Glenn Morris <rgm@gnu.org> |
| 2 | 11 | ||
| 3 | * progmodes/f90.el: Remove leading "*" from defcustom doc-strings. | 12 | * progmodes/f90.el: Remove leading "*" from defcustom doc-strings. |