diff options
| author | CoprDistGit <infra@openeuler.org> | 2024-08-01 14:45:08 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 14:45:08 +0000 |
| commit | dd77599e4181fe32df31d53db6da4960033b7d90 (patch) | |
| tree | b56cda9073367b16604dbdd66fcd12923a99f441 /emacs-spellchecker.patch | |
| parent | 8ccab69f351d5a80602c5698dc420e18d1a583c8 (diff) | |
automatic import of emacsopeneuler24.03_LTSopeneuler23.09
Diffstat (limited to 'emacs-spellchecker.patch')
| -rw-r--r-- | emacs-spellchecker.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/emacs-spellchecker.patch b/emacs-spellchecker.patch new file mode 100644 index 0000000..48c2b57 --- /dev/null +++ b/emacs-spellchecker.patch @@ -0,0 +1,16 @@ +diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el +index 1d28de7..1daec44 100644 +--- a/lisp/textmodes/ispell.el ++++ b/lisp/textmodes/ispell.el +@@ -200,9 +200,9 @@ + ;; cause an error; and one of the other spelling engines below is + ;; almost certainly installed in any case, for enchant to use. + (defcustom ispell-program-name +- (or (executable-find "aspell") ++ (or (executable-find "hunspell") ++ (executable-find "aspell") + (executable-find "ispell") +- (executable-find "hunspell") + "ispell") + "Program invoked by \\[ispell-word] and \\[ispell-region] commands." + :type 'string |
