aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2012-12-03 12:06:02 +0400
committerDmitry Antipov2012-12-03 12:06:02 +0400
commit62c2e5ed3a9c991cef2594b44afc74893f6ce26b (patch)
tree336fec5e4e929d0505889deefe3f4f484e9fc38a /src/ChangeLog
parent1c960c45ac19595af7a4a741da7837d2057d977a (diff)
downloademacs-62c2e5ed3a9c991cef2594b44afc74893f6ce26b.tar.gz
emacs-62c2e5ed3a9c991cef2594b44afc74893f6ce26b.zip
* alloc.c (free_save_value): New function.
(safe_alloca_unwind): Use it. * lisp.h (free_save_value): New prototype. * editfns.c (save_excursion_save): Use Lisp_Misc_Save_Value. Add comment. (save_excursion_restore): Adjust to match saved data structure. Use free_save_value to offload some work from GC. Drop obsolete #if 0 code.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0808dad2c93..035ef88c485 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12012-12-03 Dmitry Antipov <dmantipov@yandex.ru>
2
3 * alloc.c (free_save_value): New function.
4 (safe_alloca_unwind): Use it.
5 * lisp.h (free_save_value): New prototype.
6 * editfns.c (save_excursion_save): Use Lisp_Misc_Save_Value.
7 Add comment.
8 (save_excursion_restore): Adjust to match saved data structure.
9 Use free_save_value to offload some work from GC. Drop obsolete
10 #if 0 code.
11
12012-12-03 Chong Yidong <cyd@gnu.org> 122012-12-03 Chong Yidong <cyd@gnu.org>
2 13
3 * fileio.c (Vauto_save_list_file_name): Doc fix. 14 * fileio.c (Vauto_save_list_file_name): Doc fix.