emacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-commit] emacs/lisp/textmodes flyspell.el


From: Richard M. Stallman
Subject: [Emacs-commit] emacs/lisp/textmodes flyspell.el
Date: Fri, 09 Nov 2001 20:20:22 -0500

CVSROOT:        /cvs
Module name:    emacs
Changes by:     Richard M. Stallman <address@hidden>    01/11/09 20:20:22

Modified files:
        lisp/textmodes : flyspell.el 

Log message:
        Use the keymap property instead of local-map, and don't use a 
minor-mode map.
        (flyspell-mode-map): Variable deleted.
        Don't mess with minor-mode-map-alist.
        (calling add-minor-mode): Specify nil for keymap.
        And always use add-minor-mode, now that it exists.
        (flyspell-overlay-keymap-property-name): Set it to `keymap'.
        (flyspell-mode-on): Don't locally bind flyspell-mouse-map
        or flyspell-local-mouse-map.
        (make-flyspell-overlay): Use flyspell-mouse-map directly.
        (flyspell-mode): Doc fix.
        (flyspell-mode-on): Don't call make-local-hook.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/textmodes/flyspell.el.diff?tr1=1.31&tr2=1.32&r1=text&r2=text




reply via email to

[Prev in Thread] Current Thread [Next in Thread]