diff options
author | Martin Rudalics <rudalics@gmx.at> | 2007-10-20 17:02:54 +0000 |
---|---|---|
committer | Martin Rudalics <rudalics@gmx.at> | 2007-10-20 17:02:54 +0000 |
commit | 6554da996571817f7f648885034df26d0895520e (patch) | |
tree | 357d764691a39603f83367530b25ef656123f284 /etc/NEWS.22 | |
parent | e0752dd75b757ee2baab69798398af086359a74c (diff) | |
download | emacs-6554da996571817f7f648885034df26d0895520e.tar.gz |
*** empty log message ***
Diffstat (limited to 'etc/NEWS.22')
-rw-r--r-- | etc/NEWS.22 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/NEWS.22 b/etc/NEWS.22 index f68285d1dfd..c7857f7370f 100644 --- a/etc/NEWS.22 +++ b/etc/NEWS.22 @@ -97,11 +97,11 @@ This can be used to add menu entries for backend specific functions. * 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. |