Mercurial > emacs
changeset 21989:d6cca4865f58
(ispell-word): Make M-$ binding using esc-map.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 07 May 1998 23:21:15 +0000 |
parents | 8cf3bbc89c3c |
children | 02b32ae7e637 |
files | lisp/textmodes/ispell.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)