aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMartin Rudalics2007-08-29 09:09:05 +0000
committerMartin Rudalics2007-08-29 09:09:05 +0000
commit392abfd2874f74f26d1bba4bb0fa497c55c1d5e1 (patch)
tree9c8d0b5d62d34dac1260c1358f35a6cff6101ae2 /etc
parentd0d3a31145231a520300d9360b74dcac60aa3930 (diff)
downloademacs-392abfd2874f74f26d1bba4bb0fa497c55c1d5e1.tar.gz
emacs-392abfd2874f74f26d1bba4bb0fa497c55c1d5e1.zip
(repeat): Use last-repeatable-command instead of
real-last-command. Run pre- and post-command hooks for self-insertion. Update doc-string.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ce397e56e70..5db40555f34 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -81,6 +81,9 @@ in to make it use the scrollbars from the system theme.
81 81
82* Lisp Changes in Emacs 22.2. 82* Lisp Changes in Emacs 22.2.
83 83
84** The command `repeat' will no more attempt to repeat a command bound
85to an input event.
86
84** The function invisible-p returns non-nil if the character 87** The function invisible-p returns non-nil if the character
85 after a specified position is invisible. 88 after a specified position is invisible.
86 89