Mercurial > emacs
comparison src/ChangeLog @ 108223:261591829d04
Add optional arg to delete-file to force deletion (Bug#6070).
* eval.c (internal_condition_case_n): Rename from
internal_condition_case_2.
(internal_condition_case_2): New function.
* xdisp.c (safe_call): Use internal_condition_case_n.
* fileio.c (Fdelete_file, internal_delete_file): New arg FORCE.
(internal_delete_file, Frename_file): Callers changed.
* buffer.c (Fkill_buffer):
* callproc.c (delete_temp_file): Callers changed (Bug#6070).
* lisp.h: Update prototypes.
* diff.el (diff-sentinel):
* epg.el (epg--make-temp-file, epg-decrypt-string)
(epg-verify-string, epg-sign-string, epg-encrypt-string):
* jka-compr.el (jka-compr-partial-uncompress)
(jka-compr-call-process, jka-compr-write-region, jka-compr-load):
* server.el (server-sentinel): Use delete-file's new FORCE arg
(Bug#6070).
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 03 May 2010 11:01:21 -0400 |
parents | 100210917be8 |
children | 9f224ef51d16 |
comparison
equal
deleted
inserted
replaced
108222:ca0eca33fb40 | 108223:261591829d04 |
---|---|
1 2010-05-03 Chong Yidong <cyd@stupidchicken.com> | |
2 | |
3 * eval.c (internal_condition_case_n): Rename from | |
4 internal_condition_case_2. | |
5 (internal_condition_case_2): New function. | |
6 | |
7 * xdisp.c (safe_call): Use internal_condition_case_n. | |
8 | |
9 * fileio.c (Fdelete_file, internal_delete_file): New arg FORCE. | |
10 (internal_delete_file, Frename_file): Callers changed. | |
11 | |
12 * buffer.c (Fkill_buffer): | |
13 * callproc.c (delete_temp_file): Callers changed (Bug#6070). | |
14 | |
15 * lisp.h: Update prototypes. | |
16 | |
1 2010-05-03 Glenn Morris <rgm@gnu.org> | 17 2010-05-03 Glenn Morris <rgm@gnu.org> |
2 | 18 |
3 * Makefile.in (LIBX_EXTRA, LIBX_BASE): New variables. | 19 * Makefile.in (LIBX_EXTRA, LIBX_BASE): New variables. |
4 (LIBXT_OTHER, LIBX_OTHER): New, set by configure. | 20 (LIBXT_OTHER, LIBX_OTHER): New, set by configure. |
5 (LIBXT): Set with configure, not cpp. | 21 (LIBXT): Set with configure, not cpp. |