Mercurial > emacs
changeset 30470:6f18c5924d2e
(flyspell-mouse-map): Use `map' instead
of flyspell-mouse-map.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 26 Jul 2000 13:04:05 +0000 |
parents | 2fce61fd82ec |
children | 1db07314f2fc |
files | lisp/textmodes/flyspell.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/flyspell.el Wed Jul 26 13:03:26 2000 +0000 +++ b/lisp/textmodes/flyspell.el Wed Jul 26 13:04:05 2000 +0000 @@ -340,7 +340,7 @@ ((eq flyspell-emacs 'xemacs) (define-key map [(button2)] #'flyspell-correct-word/mouse-keymap) - (define-key flyspell-mouse-map "\M-\t" #'flyspell-auto-correct-word)) + (define-key map "\M-\t" #'flyspell-auto-correct-word)) (flyspell-use-local-map (define-key map [(mouse-2)] #'flyspell-correct-word/mouse-keymap) (define-key map "\M-\t" #'flyspell-auto-correct-word)))