(ispell-check-version): Fix last change.

This commit is contained in:
Romain Francoise
2005-10-09 12:54:23 +00:00
parent 0597ab1287
commit 865729da26
2 changed files with 5 additions and 2 deletions

View File

@@ -1,8 +1,12 @@
2005-10-09 Romain Francoise <romain@orebokech.com>
* textmodes/ispell.el (ispell-check-version): Fix last change.
2005-10-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* term/x-win.el: Removed -i, --icon-type from comment.
* startup.el (command-line-x-option-alist): Removed options -i,
* startup.el (command-line-x-option-alist): Removed options -i,
-itype, --icon-type, added -nb, --no-bitmap-icon
2005-10-09 Nick Roberts <nickrob@snap.net.nz>

View File

@@ -822,7 +822,6 @@ Otherwise returns the library directory name, if that is defined."
(setq ispell-really-aspell
(and (search-forward-regexp
"(but really Aspell \\(.*?\\)\\(-[0-9]+\\)?)" nil t)
"(but really Aspell \\(.*\\))" nil t)
(progn
(setq ispell-aspell-supports-utf8
(not (version< (match-string 1) "0.60")))