Rename org-complete.el to org-pcomplete.el to avoid file-name clash.
commitdf23e58b48e3bc52cb156ee14a87191ca8353e6f
authorBastien Guerry <bzg@altern.org>
Mon, 31 Jan 2011 17:40:05 +0000 (31 18:40 +0100)
committerBastien Guerry <bzg@altern.org>
Mon, 31 Jan 2011 17:40:05 +0000 (31 18:40 +0100)
treecb3b2e3e70ccb4904bbba59c7ce26d90c3194690
parent9511f9e153c4e4d654e6c2c6ee28a21d84fa2770
Rename org-complete.el to org-pcomplete.el to avoid file-name clash.

On Jan 26, 2011, at 10:34 AM, Eli Zaretskii wrote:

> The file org-complete.el, added about a month ago, causes a file-name
> clash with org-compat.el after 8+3 truncation.  This causes trouble
> when unpacking Emacs tarballs on DOS filesystems.

Also rename org-complete-* functions in org-pcomplete.el and remove a
wrong reference to org-complete in doc/org.texi.

We still use org-complete-* namespace for the custom group and the
custom variables.
Makefile
doc/org.texi
lisp/ChangeLog [new file with mode: 0644]
lisp/org-pcomplete.el [moved from lisp/org-complete.el with 97% similarity]
lisp/org.el