Index: emacs/lisp/textmodes/ispell.el
diff -c emacs/lisp/textmodes/ispell.el:1.161 
emacs/lisp/textmodes/ispell.el:1.162
*** emacs/lisp/textmodes/ispell.el:1.161        Sat Mar 26 16:34:34 2005
--- emacs/lisp/textmodes/ispell.el      Sat May  7 16:04:39 2005
***************
*** 301,307 ****
    :type 'integer
    :group 'ispell)
  
! (defcustom ispell-program-name "ispell"
    "Program invoked by \\[ispell-word] and \\[ispell-region] commands."
    :type 'string
    :group 'ispell)
--- 301,309 ----
    :type 'integer
    :group 'ispell)
  
! (defcustom ispell-program-name
!   (or (locate-file "aspell" exec-path exec-suffixes 'file-executable-p)
!       "ispell")
    "Program invoked by \\[ispell-word] and \\[ispell-region] commands."
    :type 'string
    :group 'ispell)


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to