aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorRomain Francoise2005-10-09 12:54:23 +0000
committerRomain Francoise2005-10-09 12:54:23 +0000
commit865729da260be99e14c91bbbea3a8108cf7d828c (patch)
tree7d60a73afd76132e38fd8b583107c406e2bb51fd /lisp/textmodes
parent0597ab12873c01dd125aca61cdecf20ce130516a (diff)
downloademacs-865729da260be99e14c91bbbea3a8108cf7d828c.tar.gz
emacs-865729da260be99e14c91bbbea3a8108cf7d828c.zip
(ispell-check-version): Fix last change.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/ispell.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index d4764f0b7bd..95a3cce5144 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -822,7 +822,6 @@ Otherwise returns the library directory name, if that is defined."
822 (setq ispell-really-aspell 822 (setq ispell-really-aspell
823 (and (search-forward-regexp 823 (and (search-forward-regexp
824 "(but really Aspell \\(.*?\\)\\(-[0-9]+\\)?)" nil t) 824 "(but really Aspell \\(.*?\\)\\(-[0-9]+\\)?)" nil t)
825 "(but really Aspell \\(.*\\))" nil t)
826 (progn 825 (progn
827 (setq ispell-aspell-supports-utf8 826 (setq ispell-aspell-supports-utf8
828 (not (version< (match-string 1) "0.60"))) 827 (not (version< (match-string 1) "0.60")))