# HG changeset patch # User Romain Francoise # Date 1128862463 0 # Node ID ce59f35f70f37a10e382a78c4475388d9da0758e # Parent d31b2741d149ce7be49ac6a290ce1e4462595192 (ispell-check-version): Fix last change. diff -r d31b2741d149 -r ce59f35f70f3 lisp/ChangeLog --- a/lisp/ChangeLog Sun Oct 09 07:44:10 2005 +0000 +++ b/lisp/ChangeLog Sun Oct 09 12:54:23 2005 +0000 @@ -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 -r d31b2741d149 -r ce59f35f70f3 lisp/textmodes/ispell.el --- a/lisp/textmodes/ispell.el Sun Oct 09 07:44:10 2005 +0000 +++ b/lisp/textmodes/ispell.el Sun Oct 09 12:54:23 2005 +0000 @@ -822,7 +822,6 @@ (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")))