mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-18 18:05:07 +00:00
*** empty log message ***
This commit is contained in:
parent
34decfdb95
commit
5a34aae1ee
@ -1,3 +1,18 @@
|
||||
2001-11-09 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* textmodes/flyspell.el: 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.
|
||||
|
||||
2001-11-09 Sam Steingold <sds@gnu.org>
|
||||
|
||||
* emacs-lisp/debug.el (debugger-make-xrefs):
|
||||
@ -35,6 +50,10 @@
|
||||
* international/mule.el (make-translation-table): Doc fix.
|
||||
Suggested by Alex Schroeder <alex@gnu.org>.
|
||||
|
||||
2001-11-07 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* info.el (Info-fontify-node): Highlight every third menu item.
|
||||
|
||||
2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
|
||||
|
||||
* cus-edit.el (custom-face-value-create): Don't ignore the
|
||||
|
Loading…
Reference in New Issue
Block a user