changeset 6839:7cd9ecd593d7

Bind M-$.
author Richard M. Stallman <rms@gnu.org>
date Tue, 12 Apr 1994 22:41:42 +0000
parents ff8e7580e32d
children 25bdc55196ad
files lisp/textmodes/ispell.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/ispell.el	Tue Apr 12 21:27:27 1994 +0000
+++ b/lisp/textmodes/ispell.el	Tue Apr 12 22:41:42 1994 +0000
@@ -626,6 +626,8 @@
 ;;; **********************************************************************
 
 
+;;;###autoload (define-key global-map "\M-$" 'ispell-word)
+
 ;;;###autoload
 (defun ispell-word (&optional following quietly)
   "Check spelling of word under or before the cursor.