[bug]split-string in smart-complete.el



Leo <sdl.web at gmail.com> writes:
...
> Emacs 22 has split-string defined in subr.el. But smart-complete.el
> also has its own split-string. This has caused trouble. Can someone
> fix it? Thank you.

split-string has been in Emacs for a while, and it is in XEmacs, too.
It's a different function than smart-complete's version (although for
all I know the version in Emacs may work for smart-complete), so I
renamed the version in smart-complete to `smart-complete-split-string'.

Jay