comparison lisp/ChangeLog @ 81797:cf9acee3da75

Don't change the global map from the follow-mode-map defvar, but from the toplevel. Use easy-menu to unify the Emacs and XEmacs code. (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec since `follow-mode' should be used instead for that.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 10 Jul 2007 17:47:32 +0000
parents 6c2d34aea93f
children 2e8d5916d236
comparison
equal deleted inserted replaced
81796:6c2d34aea93f 81797:cf9acee3da75
1 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca> 1 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * follow.el: Don't change the global map from the follow-mode-map
4 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
5 XEmacs code.
6 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
7 since `follow-mode' should be used instead for that.
2 8
3 * emacs-lisp/easymenu.el (easy-menu-binding): New function. 9 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
4 (easy-menu-do-define): Use it. 10 (easy-menu-do-define): Use it.
5 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove. 11 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
6 12