From: Romain Francoise Date: Sun, 9 Oct 2005 12:54:23 +0000 (+0000) Subject: (ispell-check-version): Fix last change. X-Git-Tag: emacs-pretest-22.0.90~6728 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=865729da260be99e14c91bbbea3a8108cf7d828c;p=emacs.git (ispell-check-version): Fix last change. --- 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")))