# HG changeset patch # User Martin Rudalics # Date 1192899774 0 # Node ID 1178d29fee6bbf3b50639ea3b9f4850e124f8c04 # Parent 4e4495d0039c0182b2dc779e210c20617e93fdf0 *** empty log message *** diff -r 4e4495d0039c -r 1178d29fee6b etc/NEWS.22 --- a/etc/NEWS.22 Sat Oct 20 16:34:44 2007 +0000 +++ b/etc/NEWS.22 Sat Oct 20 17:02:54 2007 +0000 @@ -97,11 +97,11 @@ * Lisp Changes in Emacs 22.2. -** The command `repeat' no longer attempts to repeat a command bound - to an input event. +** The command `repeat' now only attempts to repeat commands bound +to actual key events, not mouse events. ** The function invisible-p returns non-nil if the character - after a specified position is invisible. +after a specified position is invisible. +++ ** inhibit-modification-hooks is bound to t while running modification hooks.