diff options
| author | Lars Magne Ingebrigtsen | 2011-07-04 17:32:22 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2011-07-04 17:32:22 +0200 |
| commit | 7c301272b49a20b7a1628bdad572264ada9fd790 (patch) | |
| tree | 268e1c5ecc6496b990d53b8179ca58a2286ccc16 /src/ChangeLog | |
| parent | ad63790719a974b50ef4abfbe886a35bc61d647e (diff) | |
| download | emacs-7c301272b49a20b7a1628bdad572264ada9fd790.tar.gz emacs-7c301272b49a20b7a1628bdad572264ada9fd790.zip | |
* buffer.c (Foverlay_put): Say what the return value is
(bug#7835).
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4e2658f2c1e..70f6fb7469f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org> | 1 | 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 2 | ||
| 3 | * buffer.c (Foverlay_put): Say what the return value is | ||
| 4 | (bug#7835). | ||
| 5 | |||
| 3 | * fileio.c (barf_or_query_if_file_exists): Check first if the file | 6 | * fileio.c (barf_or_query_if_file_exists): Check first if the file |
| 4 | is a directory before asking whether to use the file name | 7 | is a directory before asking whether to use the file name |
| 5 | (bug#7564). | 8 | (bug#7564). |