From 865729da260be99e14c91bbbea3a8108cf7d828c Mon Sep 17 00:00:00 2001 From: Romain Francoise Date: Sun, 9 Oct 2005 12:54:23 +0000 Subject: [PATCH] (ispell-check-version): Fix last change. --- lisp/ChangeLog | 6 +++++- lisp/textmodes/ispell.el | 1 - 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 @@ +2005-10-09 Romain Francoise + + * textmodes/ispell.el (ispell-check-version): Fix last change. + 2005-10-09 Jan Dj,Ad(Brv * 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 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." (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"))) -- 2.39.5