diff options
| author | Dan Nicolaescu | 2009-04-15 00:08:23 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2009-04-15 00:08:23 +0000 |
| commit | d65859c36e21f1e9c44655c19f3d8e34acc3a5cb (patch) | |
| tree | 2960e4ba9f68bfe748d3e2d213e700d9e7ebcef4 /src/ChangeLog | |
| parent | ade29c44f68b80ac67b1f767c8069bff941c772c (diff) | |
| download | emacs-d65859c36e21f1e9c44655c19f3d8e34acc3a5cb.tar.gz emacs-d65859c36e21f1e9c44655c19f3d8e34acc3a5cb.zip | |
* fileio.c (history_delete_duplicates): Remove unused declaration.
* callint.c (history_delete_duplicates): New declaration.
(Fcall_interactively): Remove command history duplicates when
history_delete_duplicates is true.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5290d7ba92b..e9901dfa1bf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2009-04-15 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * fileio.c (history_delete_duplicates): Remove unused declaration. | ||
| 4 | |||
| 5 | * callint.c (history_delete_duplicates): New declaration. | ||
| 6 | (Fcall_interactively): Remove command history duplicates when | ||
| 7 | history_delete_duplicates is true. | ||
| 8 | |||
| 1 | 2009-04-14 Eli Zaretskii <eliz@gnu.org> | 9 | 2009-04-14 Eli Zaretskii <eliz@gnu.org> |
| 2 | 10 | ||
| 3 | * buffer.c (syms_of_buffer) <line-spacing>: Doc fix. | 11 | * buffer.c (syms_of_buffer) <line-spacing>: Doc fix. |