From f305bd747db6b3f4aa84f9c1b2ceac8d18150e78 Mon Sep 17 00:00:00 2001 From: Brian Preble Date: Mon, 8 Jul 1991 22:33:48 +0000 Subject: [PATCH] *** empty log message *** --- lisp/textmodes/ispell4.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/textmodes/ispell4.el b/lisp/textmodes/ispell4.el index 3ca62150511..f07e97aa48d 100644 --- a/lisp/textmodes/ispell4.el +++ b/lisp/textmodes/ispell4.el @@ -257,6 +257,9 @@ q, \\[keyboard-quit] Leave the command loop. You can come back later with \\[is (message "Ispell parsing done.") (ispell-next)))) +;;;###autoload +(fset 'ispell-buffer 'ispell) + (defun ispell-next () "Resume command loop for most recent ispell command." (interactive) @@ -303,7 +306,8 @@ See `ispell' for more information." (load-library "spell") (define-key esc-map "$" 'spell-word) (spell-word)))))) -;;;###autoload (define-key esc-map "$" 'ispell-word) +;;;###autoload +(define-key esc-map "$" 'ispell-word) ;;;###autoload (defun ispell-region (start &optional end)