# HG changeset patch # User Richard M. Stallman # Date 894583275 0 # Node ID d6cca4865f58cf5db4fb81bb9b696ce6f9b9f748 # Parent 8cf3bbc89c3caf32aab368c3c4f0c5544b13481d (ispell-word): Make M-$ binding using esc-map. diff -r 8cf3bbc89c3c -r d6cca4865f58 lisp/textmodes/ispell.el --- a/lisp/textmodes/ispell.el Thu May 07 23:15:14 1998 +0000 +++ b/lisp/textmodes/ispell.el Thu May 07 23:21:15 1998 +0000 @@ -868,7 +868,7 @@ (buffer-substring start end))) ;;;###autoload -(define-key global-map "\M-$" 'ispell-word) +(define-key esc-map "$" 'ispell-word) ;;;###autoload (defun ispell-word (&optional following quietly continue)