From a9e5664e490596882d0fa2fc946a216c70655a91 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 7 May 1998 23:21:15 +0000 Subject: [PATCH] (ispell-word): Make M-$ binding using esc-map. --- lisp/textmodes/ispell.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 8d0e076947f..070f3475945 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -868,7 +868,7 @@ You can set this variable in hooks in your init file -- eg: (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) -- 2.39.2