diff 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
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Jul 10 16:35:24 2007 +0000
+++ b/lisp/ChangeLog	Tue Jul 10 17:47:32 2007 +0000
@@ -1,5 +1,11 @@
 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* follow.el: 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.
+
 	* emacs-lisp/easymenu.el (easy-menu-binding): New function.
 	(easy-menu-do-define): Use it.
 	(easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.