comparison lisp/textmodes/ispell.el @ 65803:e30aec38a95e

(ispell-find-aspell-dictionaries): Remove interactive spec.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 03 Oct 2005 18:11:35 +0000
parents dac12c967d98
children 153b746cc2d0
comparison
equal deleted inserted replaced
65802:4c1b9d579db1 65803:e30aec38a95e
890 ispell-aspell-supports-utf8) 890 ispell-aspell-supports-utf8)
891 (ispell-find-aspell-dictionaries))) 891 (ispell-find-aspell-dictionaries)))
892 892
893 (defun ispell-find-aspell-dictionaries () 893 (defun ispell-find-aspell-dictionaries ()
894 "Find Aspell's dictionaries, and record in `ispell-dictionary-alist'." 894 "Find Aspell's dictionaries, and record in `ispell-dictionary-alist'."
895 (interactive)
896 (unless ispell-really-aspell 895 (unless ispell-really-aspell
897 (error "This function only works with aspell")) 896 (error "This function only works with aspell"))
898 (let ((dictionaries 897 (let ((dictionaries
899 (split-string 898 (split-string
900 (with-temp-buffer 899 (with-temp-buffer