/[emacs]/emacs/lisp/textmodes/ispell.el
ViewVC logotype

Diff of /emacs/lisp/textmodes/ispell.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.173 by lektu, Wed Aug 31 10:26:26 2005 UTC revision 1.174 by eliz, Sat Sep 10 15:08:03 2005 UTC
# Line 814  Otherwise returns the library directory Line 814  Otherwise returns the library directory
814          (goto-char (point-min))          (goto-char (point-min))
815          (let (case-fold-search)          (let (case-fold-search)
816            (setq ispell-really-aspell            (setq ispell-really-aspell
817                  (and (search-forward "(but really Aspell " nil t) t))))                  (and (search-forward-regexp "(but really Aspell \\(.*\\))" nil t)
818                         (if (version< (match-string 1) "0.60")
819                             (error "aspell version 0.60 or greater is required")
820                           t)))))
821        (kill-buffer (current-buffer)))        (kill-buffer (current-buffer)))
822      result))      result))
823    

Legend:
Removed from v.1.173  
changed lines
  Added in v.1.174

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26