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

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

new: emacs25

  • lisp/textmodes/ispell.el

    diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
    index 1d28de7..1daec44 100644
    a b Must be greater than 1." 
    351351  :group 'ispell) 
    352352 
    353353(defcustom ispell-program-name 
    354   (or (executable-find "aspell") 
     354  (or (executable-find "hunspell") 
     355      (executable-find "aspell") 
    355356      (executable-find "ispell") 
    356       (executable-find "hunspell") 
    357357      "ispell") 
    358358  "Program invoked by \\[ispell-word] and \\[ispell-region] commands." 
    359359  :type 'string 
Note: See TracBrowser for help on using the repository browser.