From: Richard M. Stallman Date: Wed, 13 Apr 1994 05:01:07 +0000 (+0000) Subject: (ispell-message): Turn LIMIT into an integer, around ispell-region. X-Git-Tag: emacs-19.34~9009 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=29491e325168279a8372fd1428deefcebb7af1ba;p=emacs.git (ispell-message): Turn LIMIT into an integer, around ispell-region. --- diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 28595634025..1087ddab455 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -1833,7 +1833,7 @@ news-reply-mode-hook or mail-mode-hook to the following lambda expression: (let ((end (save-excursion (if (re-search-forward cite-regexp-end limit 'end) (match-beginning 0) - limit)))) + (marker-position limit))))) (ispell-region (point) end) (goto-char end))))) (set-marker limit nil))))