diff options
| author | Glenn Morris | 2012-07-11 00:07:19 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-07-11 00:07:19 -0700 |
| commit | 172bedefc979b19de6799b245e8843f84bfe70b5 (patch) | |
| tree | 724aa2dfebde887a250af57c061d1fe0f3062851 /etc/PROBLEMS | |
| parent | bb3522608f97ac2450f5501164b11adda94e9b5f (diff) | |
| download | emacs-172bedefc979b19de6799b245e8843f84bfe70b5.tar.gz emacs-172bedefc979b19de6799b245e8843f84bfe70b5.zip | |
All the cool platforms support CLASH_DETECTION...
* configure.ac (CLASH_DETECTION): Define unconditionally.
Every platform using configure supports it.
* src/s/aix4-2.h, src/s/bsd-common.h, src/s/cygwin.h, src/s/darwin.h:
* src/s/gnu-linux.h, src/s/hpux10-20.h, src/s/template.h:
* src/s/usg5-4-common.h: Move CLASH_DETECTION to configure.
* etc/PROBLEMS: Recommend customizing create-lockfiles rather than
recompiling with CLASH_DETECTION unset.
Diffstat (limited to 'etc/PROBLEMS')
| -rw-r--r-- | etc/PROBLEMS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 4dd8585fc2c..58f2bb9bcf2 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -1884,8 +1884,8 @@ Emacs uses symbolic links to implement file locks. In a directory | |||
| 1884 | with +t bit, the directory owner becomes the owner of the symbolic | 1884 | with +t bit, the directory owner becomes the owner of the symbolic |
| 1885 | link, so that it cannot be removed by anyone else. | 1885 | link, so that it cannot be removed by anyone else. |
| 1886 | 1886 | ||
| 1887 | If you don't like those useless links, you can let Emacs not to using | 1887 | If you don't like those useless links, you can customize |
| 1888 | file lock by adding #undef CLASH_DETECTION to config.h. | 1888 | the option `create-lockfiles'. |
| 1889 | 1889 | ||
| 1890 | *** FreeBSD: Getting a Meta key on the console. | 1890 | *** FreeBSD: Getting a Meta key on the console. |
| 1891 | 1891 | ||