diff options
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/ispell.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 364e3c008df..c68d69b969e 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el | |||
| @@ -812,11 +812,11 @@ Otherwise returns the library directory name, if that is defined." | |||
| 812 | (goto-char (point-min)) | 812 | (goto-char (point-min)) |
| 813 | (or (setq ispell-really-aspell | 813 | (or (setq ispell-really-aspell |
| 814 | (and (search-forward-regexp | 814 | (and (search-forward-regexp |
| 815 | "(but really Aspell \\([0-9]+\\.[0-9\\.]+\\)?)" nil t) | 815 | "(but really Aspell \\([0-9]+\\.[0-9\\.-]+\\)?)" nil t) |
| 816 | (match-string 1))) | 816 | (match-string 1))) |
| 817 | (setq ispell-really-hunspell | 817 | (setq ispell-really-hunspell |
| 818 | (and (search-forward-regexp | 818 | (and (search-forward-regexp |
| 819 | "(but really Hunspell \\([0-9]+\\.[0-9\\.]+\\)?)" nil t) | 819 | "(but really Hunspell \\([0-9]+\\.[0-9\\.-]+\\)?)" nil t) |
| 820 | (match-string 1))))) | 820 | (match-string 1))))) |
| 821 | 821 | ||
| 822 | (let ((aspell-minver "0.50") | 822 | (let ((aspell-minver "0.50") |