mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-27 15:52:00 -08:00
(flyspell-external-point-words, flyspell-process-localwords): Fix last changes.
This commit is contained in:
parent
3bb69bbdba
commit
55faab0a19
2 changed files with 7 additions and 3 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
|
||||
|
||||
* textmodes/flyspell.el (flyspell-external-point-words)
|
||||
(flyspell-process-localwords): Fix last changes.
|
||||
|
||||
2006-03-11 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* calendar/holidays.el (list-holidays): Doc fix.
|
||||
|
|
|
|||
|
|
@ -1323,7 +1323,7 @@ The buffer to mark them in is `flyspell-large-region-buffer'."
|
|||
(let (words-not-found
|
||||
(ispell-otherchars (ispell-get-otherchars))
|
||||
(buffer-scan-pos flyspell-large-region-beg)
|
||||
(case-fold-search nil))
|
||||
case-fold-search)
|
||||
(with-current-buffer flyspell-external-ispell-buffer
|
||||
(goto-char (point-min))
|
||||
;; Loop over incorrect words, in the order they were reported,
|
||||
|
|
@ -1409,8 +1409,7 @@ The buffer to mark them in is `flyspell-large-region-buffer'."
|
|||
;;* declared correct. */
|
||||
;;*---------------------------------------------------------------------*/
|
||||
(defun flyspell-process-localwords (misspellings-buffer)
|
||||
(let (localwords
|
||||
(case-fold-search nil)
|
||||
(let (localwords case-fold-search
|
||||
(ispell-casechars (ispell-get-casechars)))
|
||||
;; Get localwords from the original buffer
|
||||
(save-excursion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue