diff options
| author | Glenn Morris | 2014-03-25 21:14:44 -0400 |
|---|---|---|
| committer | Glenn Morris | 2014-03-25 21:14:44 -0400 |
| commit | 11ee65afc20d41f1fc31fe2ead84b2203b4bfeb0 (patch) | |
| tree | a3ae87b8d8d73968f293973444fbf3ae753d83f1 /src/ChangeLog | |
| parent | defd53bdc5ef9d75fa112487d76f4d7a4cb9fe92 (diff) | |
| download | emacs-11ee65afc20d41f1fc31fe2ead84b2203b4bfeb0.tar.gz emacs-11ee65afc20d41f1fc31fe2ead84b2203b4bfeb0.zip | |
Remove the build-time option CLASH_DETECTION
Every platform supports it, and the runtime option `create-lockfiles'
replaces it.
* configure.ac (CLASH_DETECTION): Remove option.
* lisp/files.el (lock-buffer, unlock-buffer, file-locked-p):
Remove fallback aliases, since they are always defined now.
* src/buffer.c (Frestore_buffer_modified_p, Fkill_buffer):
* src/emacs.c (shut_down_emacs):
* src/fileio.c (Finsert_file_contents, write_region):
* src/filelock.c (top-level, syms_of_filelock):
* src/insdel.c (prepare_to_modify_buffer_1):
CLASH_DETECTION is always defined now.
* admin/CPP-DEFINES: Remove CLASH_DETECTION.
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 31d90663206..87c2d364b05 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2014-03-26 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * buffer.c (Frestore_buffer_modified_p, Fkill_buffer): | ||
| 4 | * emacs.c (shut_down_emacs): | ||
| 5 | * fileio.c (Finsert_file_contents, write_region): | ||
| 6 | * filelock.c (top-level, syms_of_filelock): | ||
| 7 | * insdel.c (prepare_to_modify_buffer_1): | ||
| 8 | CLASH_DETECTION is always defined now. | ||
| 9 | |||
| 1 | 2014-03-25 Eli Zaretskii <eliz@gnu.org> | 10 | 2014-03-25 Eli Zaretskii <eliz@gnu.org> |
| 2 | 11 | ||
| 3 | * w32.c (w32_delayed_load): Call DisableThreadLibraryCalls on the | 12 | * w32.c (w32_delayed_load): Call DisableThreadLibraryCalls on the |