mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 20:32:00 -08:00
(flyspell-mouse-map): Use `map' instead
of flyspell-mouse-map.
This commit is contained in:
parent
dfdbf5b691
commit
7465ebefa2
2 changed files with 13 additions and 1 deletions
|
|
@ -1,3 +1,15 @@
|
|||
2000-07-26 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
|
||||
of flyspell-mouse-map.
|
||||
|
||||
* progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
|
||||
duplicate definition.
|
||||
(makefile-mode): Remove duplicate setting of local-abbrev-table.
|
||||
|
||||
* progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
|
||||
(m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
|
||||
|
||||
2000-07-25 Sam Steingold <sds@gnu.org>
|
||||
|
||||
* net/ange-ftp.el: Get modtime over the net.
|
||||
|
|
|
|||
|
|
@ -340,7 +340,7 @@ property of the major mode name.")
|
|||
((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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue