Mercurial > hg > xemacs-beta
diff lisp/packages/ispell.el @ 12:bcdc7deadc19 r19-15b7
Import from CVS: tag r19-15b7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:48:16 +0200 |
parents | ac2d302a0011 |
children | 4103f0995bd7 |
line wrap: on
line diff
--- a/lisp/packages/ispell.el Mon Aug 13 08:47:56 2007 +0200 +++ b/lisp/packages/ispell.el Mon Aug 13 08:48:16 2007 +0200 @@ -789,8 +789,11 @@ (not (boundp 'epoch::version)) (defalias 'ispell 'ispell-buffer)) + +;; XEmacs: \M-$ for whatever reason, drives `make autoloads' bonkers + ;;;###autoload -(define-key global-map "\M-$" 'ispell-word) +(define-key global-map [(meta ?\$)] 'ispell-word) ;;;###autoload (defun ispell-word (&optional following quietly continue)