]> git.eshelyaron.com Git - emacs.git/commitdiff
(ispell-check-version): Fix last change.
authorRomain Francoise <romain@orebokech.com>
Sun, 9 Oct 2005 12:54:23 +0000 (12:54 +0000)
committerRomain Francoise <romain@orebokech.com>
Sun, 9 Oct 2005 12:54:23 +0000 (12:54 +0000)
lisp/ChangeLog
lisp/textmodes/ispell.el

index 6877f1443b286a187629e091a50f47f9207048b7..2996f055a00689fbe69e4a74433c17c52f3fe69c 100644 (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\e,Ad\e(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>
index d4764f0b7bd7cd29ea6cc8368985bdc073d6c7f3..95a3cce5144c4a856bcdd7cc1c06f50475afc0a8 100644 (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")))