# HG changeset patch # User Martin Rudalics # Date 1192899737 0 # Node ID 79c2d19a4384d5391685b68d55c4fe398a3cedcc # Parent ff6a2b38e5feb54a3aac8b19dfef8b3c3067a0c2 *** empty log message *** diff -r ff6a2b38e5fe -r 79c2d19a4384 etc/NEWS --- a/etc/NEWS Sat Oct 20 12:37:09 2007 +0000 +++ b/etc/NEWS Sat Oct 20 17:02:17 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.