aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lisp/textmodes/ispell.el1
2 files changed, 5 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6877f1443b2..2996f055a00 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,8 +1,12 @@
12005-10-09 Romain Francoise <romain@orebokech.com>
2
3 * textmodes/ispell.el (ispell-check-version): Fix last change.
4
12005-10-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 52005-10-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 6
3 * term/x-win.el: Removed -i, --icon-type from comment. 7 * term/x-win.el: Removed -i, --icon-type from comment.
4 8
5 * startup.el (command-line-x-option-alist): Removed options -i, 9 * startup.el (command-line-x-option-alist): Removed options -i,
6 -itype, --icon-type, added -nb, --no-bitmap-icon 10 -itype, --icon-type, added -nb, --no-bitmap-icon
7 11
82005-10-09 Nick Roberts <nickrob@snap.net.nz> 122005-10-09 Nick Roberts <nickrob@snap.net.nz>
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")))