From 1d8f1438405ab31c1513d2e7b4b99243441edc21 Mon Sep 17 00:00:00 2001 From: Nathaniel Date: Tue, 19 Jun 2012 23:08:25 -0500 Subject: [PATCH] Corrected how ispell looks up language name aliases for aspell --- lisp/textmodes/ispell.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 3486830955c4..f6d7d560a489 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -1144,7 +1144,7 @@ when cocoAspell dictionaries are installed, but no Spelling prefpane.") (file-name-sans-extension (file-name-nondirectory dict-alias))) (file-expand-wildcards - "/Library/Application Support/cocoAspell/aspell*-*-*/*.alias")))) + "/Library/Application Support/cocoAspell/aspell*-*-*/*.multi")))) ) ;; convert from names e.g. English (United States) to en_US ;; append stuff in brackets @@ -1494,7 +1494,7 @@ Assumes that value contains no whitespace." (car (file-expand-wildcards (concat "/Library/Application Support/cocoAspell/aspell*-*-*/" - dict-name ".alias"))))))) + dict-name ".multi"))))))) (data-file (if ispell-use-cocoaspell-internal (concat dict-dir "/" lang ".dat")