# HG changeset patch # User Gerd Moellmann # Date 964616645 0 # Node ID 6f18c5924d2e111d91ce6623470e400b968e7f61 # Parent 2fce61fd82ec4b6f1993c37e5171bbf1877f1344 (flyspell-mouse-map): Use `map' instead of flyspell-mouse-map. diff -r 2fce61fd82ec -r 6f18c5924d2e lisp/textmodes/flyspell.el --- 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)))