source: projects/specs/trunk/e/emacs25/emacs-spellchecker.patch @ 11706

Revision 11706, 535 bytes checked in by iwaim, 6 years ago (diff)

new: emacs25

RevLine 
[11706]1diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
2index 1d28de7..1daec44 100644
3--- a/lisp/textmodes/ispell.el
4+++ b/lisp/textmodes/ispell.el
5@@ -351,9 +351,9 @@ Must be greater than 1."
6   :group 'ispell)
7 
8 (defcustom ispell-program-name
9-  (or (executable-find "aspell")
10+  (or (executable-find "hunspell")
11+      (executable-find "aspell")
12       (executable-find "ispell")
13-      (executable-find "hunspell")
14       "ispell")
15   "Program invoked by \\[ispell-word] and \\[ispell-region] commands."
16   :type 'string
Note: See TracBrowser for help on using the repository browser.