diff options
| author | Stefan Monnier | 2005-10-03 18:11:35 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2005-10-03 18:11:35 +0000 |
| commit | 326ebf78cd98fbbd62a42b5a517431253e212150 (patch) | |
| tree | e7124939d15ed1d29936431b3d9047d5c9ed3211 | |
| parent | 64fb500aace9163c1d646ff25111409709a4aa11 (diff) | |
| download | emacs-326ebf78cd98fbbd62a42b5a517431253e212150.tar.gz emacs-326ebf78cd98fbbd62a42b5a517431253e212150.zip | |
(ispell-find-aspell-dictionaries): Remove interactive spec.
| -rw-r--r-- | lisp/textmodes/ispell.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index b811d963fc4..3b3132757f9 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el | |||
| @@ -892,7 +892,6 @@ and added as a submenu of the \"Edit\" menu.") | |||
| 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 |