Remove obsolete usage of (ispell-insert-word)
authorAgustín Martín <agustin.martin@hispalinux.es>
Mon, 23 Apr 2012 10:03:33 +0000 (12:03 +0200)
committerAgustín Martín <agustin.martin@hispalinux.es>
Mon, 23 Apr 2012 10:03:33 +0000 (12:03 +0200)
commitf621ccf5b8d7038c1e614616d7aa831a0e25b18f
tree2867c09fc65de8408702c75e3ec936c25e434567
parent1068fe4d1bde1f532aedb612244f0f3c4ad555be
Remove obsolete usage of (ispell-insert-word)

`ispell-insert-word' is a plain `insert' together with word filtering
through `translation-table-for-input' for character code unification.
This was useful in Emacs 22, but is not needed for Emacs 23 and above
since unification is now direct.

Since XEmacs does not have `translation-table-for-input' there is no
need at all to keep this old code, but use (insert) directly.
lisp/ChangeLog
lisp/textmodes/ispell.el