]> code.delx.au - gnu-emacs/commit
Make pcomplete less eager to add an extra space.
authorChong Yidong <cyd@gnu.org>
Mon, 17 Sep 2012 14:45:51 +0000 (22:45 +0800)
committerChong Yidong <cyd@gnu.org>
Mon, 17 Sep 2012 14:45:51 +0000 (22:45 +0800)
commit580bd8683bd69caaf131137d977dc189ed822134
tree767daf91e6fe12e3331b3227801172bd044bfe6c
parentcaf4040f9efbad61940651fc19cd8f931a007ffc
Make pcomplete less eager to add an extra space.

* comint.el (comint--complete-file-name-data): Don't add a space
if the status is `sole'; that adds a gratuitous space in the
completion-cycling case.

* pcomplete.el (pcomplete-completions-at-point): Likewise.

Fixes: debbugs:12092
lisp/ChangeLog
lisp/comint.el
lisp/pcomplete.el