diff options
| author | Martin Rudalics | 2008-11-03 17:31:56 +0000 |
|---|---|---|
| committer | Martin Rudalics | 2008-11-03 17:31:56 +0000 |
| commit | 1e02f3cb586ca97cda9cd816eb8ed40c084aa264 (patch) | |
| tree | df6209301c1e85649021d8dfc9438b63f75b9b3d /src/ChangeLog | |
| parent | 8e38a1a9bd8d2d793b3f315ced0b338b83a5e86e (diff) | |
| download | emacs-1e02f3cb586ca97cda9cd816eb8ed40c084aa264.tar.gz emacs-1e02f3cb586ca97cda9cd816eb8ed40c084aa264.zip | |
(Fprevious_single_char_property_change): Return 0
when there's no change in a string. (Bug#1301)
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 787ed51658f..e78abfd021f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-11-03 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * textprop.c (Fprevious_single_char_property_change): Return 0 | ||
| 4 | when there's no change in a string. (Bug#1301) | ||
| 5 | |||
| 1 | 2008-11-02 Martin Rudalics <rudalics@gmx.at> | 6 | 2008-11-02 Martin Rudalics <rudalics@gmx.at> |
| 2 | 7 | ||
| 3 | * frame.c (do_switch_frame): New argument NORECORD passed to | 8 | * frame.c (do_switch_frame): New argument NORECORD passed to |