diff options
| author | Martin Rudalics | 2007-08-29 09:09:05 +0000 |
|---|---|---|
| committer | Martin Rudalics | 2007-08-29 09:09:05 +0000 |
| commit | 392abfd2874f74f26d1bba4bb0fa497c55c1d5e1 (patch) | |
| tree | 9c8d0b5d62d34dac1260c1358f35a6cff6101ae2 /etc | |
| parent | d0d3a31145231a520300d9360b74dcac60aa3930 (diff) | |
| download | emacs-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -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 | ||
| 85 | to 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 | ||