emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/ispell.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/ispell.el
Date: Sat, 10 Sep 2005 11:08:03 -0400

Index: emacs/lisp/textmodes/ispell.el
diff -c emacs/lisp/textmodes/ispell.el:1.173 
emacs/lisp/textmodes/ispell.el:1.174
*** emacs/lisp/textmodes/ispell.el:1.173        Wed Aug 31 10:26:26 2005
--- emacs/lisp/textmodes/ispell.el      Sat Sep 10 15:08:03 2005
***************
*** 814,820 ****
          (goto-char (point-min))
          (let (case-fold-search)
            (setq ispell-really-aspell
!                 (and (search-forward "(but really Aspell " nil t) t))))
        (kill-buffer (current-buffer)))
      result))
  
--- 814,823 ----
          (goto-char (point-min))
          (let (case-fold-search)
            (setq ispell-really-aspell
!               (and (search-forward-regexp "(but really Aspell \\(.*\\))" nil 
t)
!                    (if (version< (match-string 1) "0.60")
!                        (error "aspell version 0.60 or greater is required")
!                      t)))))
        (kill-buffer (current-buffer)))
      result))
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]