From: Richard M. Stallman Date: Tue, 12 Apr 1994 22:41:42 +0000 (+0000) Subject: Bind M-$. X-Git-Tag: emacs-19.34~9014 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a870f9170bdf32ecb0f816b80fab800384560c5a;p=emacs.git Bind M-$. --- diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 444555c5e47..28595634025 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -626,6 +626,8 @@ You can set this variable in hooks in your init file -- eg: ;;; ********************************************************************** +;;;###autoload (define-key global-map "\M-$" 'ispell-word) + ;;;###autoload (defun ispell-word (&optional following quietly) "Check spelling of word under or before the cursor.