Mercurial > emacs
comparison lisp/ChangeLog @ 105727:65c5d19965b2
(pcomplete-common-suffix, pcomplete-table-subvert): New funs.
(pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
(pcomplete-comint-setup): Don't modify a global var via
accidental side-effects.
(pcomplete-shell-setup): Adjust call accordingly.
(pcomplete-parse-comint-arguments): Use push.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 23 Oct 2009 17:37:09 +0000 |
parents | 597007306f48 |
children | 414178e8f10d |
comparison
equal
deleted
inserted
replaced
105726:b0c56106af54 | 105727:65c5d19965b2 |
---|---|
1 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert): | |
4 New funs. | |
5 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string. | |
6 (pcomplete-comint-setup): Don't modify a global var via | |
7 accidental side-effects. | |
8 (pcomplete-shell-setup): Adjust call accordingly. | |
9 (pcomplete-parse-comint-arguments): Use push. | |
10 | |
1 2009-10-23 Chong Yidong <cyd@stupidchicken.com> | 11 2009-10-23 Chong Yidong <cyd@stupidchicken.com> |
2 | 12 |
3 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine): | 13 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine): |
4 Allow uncapitalized info node names (Bug#3921). | 14 Allow uncapitalized info node names (Bug#3921). |
5 | 15 |