diff options
| author | Dmitry Antipov | 2012-12-03 18:13:06 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2012-12-03 18:13:06 +0400 |
| commit | 20edc1c9edbb8c896df0a54769a4da825017de22 (patch) | |
| tree | 5c431923887d8e48a1e932c4540f9aa48c611504 /src/ChangeLog | |
| parent | 62c2e5ed3a9c991cef2594b44afc74893f6ce26b (diff) | |
| download | emacs-20edc1c9edbb8c896df0a54769a4da825017de22.tar.gz emacs-20edc1c9edbb8c896df0a54769a4da825017de22.zip | |
* lisp.h (modify_region): Rename to...
(modify_region_1): ...new prototype.
* textprop.c (modify_region): Now static. Adjust users.
* insdel.c (modify_region): Rename to...
(modify_region_1): ...new function to work with current buffer.
Adjust comment and users. Use true and false for boolean arg.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 035ef88c485..5bcd89e4ca1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,14 @@ | |||
| 1 | 2012-12-03 Dmitry Antipov <dmantipov@yandex.ru> | 1 | 2012-12-03 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 2 | ||
| 3 | * lisp.h (modify_region): Rename to... | ||
| 4 | (modify_region_1): ...new prototype. | ||
| 5 | * textprop.c (modify_region): Now static. Adjust users. | ||
| 6 | * insdel.c (modify_region): Rename to... | ||
| 7 | (modify_region_1): ...new function to work with current buffer. | ||
| 8 | Adjust comment and users. Use true and false for booleans. | ||
| 9 | |||
| 10 | 2012-12-03 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 11 | |||
| 3 | * alloc.c (free_save_value): New function. | 12 | * alloc.c (free_save_value): New function. |
| 4 | (safe_alloca_unwind): Use it. | 13 | (safe_alloca_unwind): Use it. |
| 5 | * lisp.h (free_save_value): New prototype. | 14 | * lisp.h (free_save_value): New prototype. |