Mercurial > emacs
changeset 58001:f6e978fdd3ed
(flyspell-external-point-words): Use goto-char instead of beginning-of-buffer.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 07 Nov 2004 03:52:04 +0000 |
parents | 5c2294856939 |
children | 54c4744d809a |
files | lisp/textmodes/flyspell.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/flyspell.el Sun Nov 07 03:50:11 2004 +0000 +++ b/lisp/textmodes/flyspell.el Sun Nov 07 03:52:04 2004 +0000 @@ -1281,7 +1281,7 @@ (defun flyspell-external-point-words () (let ((buffer flyspell-external-ispell-buffer)) (set-buffer buffer) - (beginning-of-buffer) + (goto-char (point-min)) (let ((size (- flyspell-large-region-end flyspell-large-region-beg)) (start flyspell-large-region-beg)) ;; now we are done with ispell, we have to find the word in