Remove the build-time option CLASH_DETECTION
authorGlenn Morris <rgm@gnu.org>
Wed, 26 Mar 2014 01:14:44 +0000 (21:14 -0400)
committerGlenn Morris <rgm@gnu.org>
Wed, 26 Mar 2014 01:14:44 +0000 (21:14 -0400)
commit11ee65afc20d41f1fc31fe2ead84b2203b4bfeb0
treea3ae87b8d8d73968f293973444fbf3ae753d83f1
parentdefd53bdc5ef9d75fa112487d76f4d7a4cb9fe92
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.
ChangeLog
admin/CPP-DEFINES
configure.ac
lisp/ChangeLog
lisp/files.el
src/ChangeLog
src/buffer.c
src/emacs.c
src/fileio.c
src/filelock.c
src/insdel.c