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, 07 May 2005 12:04:40 -0400

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)




reply via email to

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