]> git.eshelyaron.com Git - emacs.git/commitdiff
(ispell-message): Turn LIMIT into an integer, around ispell-region.
authorRichard M. Stallman <rms@gnu.org>
Wed, 13 Apr 1994 05:01:07 +0000 (05:01 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 13 Apr 1994 05:01:07 +0000 (05:01 +0000)
lisp/textmodes/ispell.el

index 28595634025e079fb314d564343c852bcacbfa1c..1087ddab455fc7673e52c4473567347938933cf3 100644 (file)
@@ -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))))