]> git.eshelyaron.com Git - emacs.git/commitdiff
(ispell-word): Make M-$ binding using esc-map.
authorRichard M. Stallman <rms@gnu.org>
Thu, 7 May 1998 23:21:15 +0000 (23:21 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 7 May 1998 23:21:15 +0000 (23:21 +0000)
lisp/textmodes/ispell.el

index 8d0e076947f59681b5384d45932e0f24568f87ad..070f34759450d164452e12e92259359db7060152 100644 (file)
@@ -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)