diff options
| author | Paul Eggert | 2017-05-20 22:55:17 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-05-20 22:56:36 -0700 |
| commit | b35293dfd0e9dd95a88ac01051655d0d2d105992 (patch) | |
| tree | 5b3c1679f2750334cad5201a377cf4d61723bcc2 /etc/PROBLEMS | |
| parent | 075bd64609446e741a6efbcd6cd6e232db8d1df6 (diff) | |
| download | emacs-b35293dfd0e9dd95a88ac01051655d0d2d105992.tar.gz emacs-b35293dfd0e9dd95a88ac01051655d0d2d105992.zip | |
Remove DARWIN_OS_CASE_SENSITIVE_FIXME code
It does not appear to be needed (Bug#24441).
* etc/PROBLEMS: Remove DARWIN_OS_CASE_SENSITIVE_FIXME stuff.
* src/fileio.c (file_name_case_insensitive_p):
Remove DARWIN_OS_CASE_SENSITIVE_FIXME code.
Diffstat (limited to 'etc/PROBLEMS')
| -rw-r--r-- | etc/PROBLEMS | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index ff88aa367f2..593eb6b745d 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -2479,16 +2479,6 @@ please call support for your X-server and see if you can get a fix. | |||
| 2479 | If you do, please send it to bug-gnu-emacs@gnu.org so we can list it here. | 2479 | If you do, please send it to bug-gnu-emacs@gnu.org so we can list it here. |
| 2480 | 2480 | ||
| 2481 | 2481 | ||
| 2482 | * Runtime problems specific to Mac OS X | ||
| 2483 | |||
| 2484 | ** On Mac OS X, file-name-case-insensitive-p may be unreliable | ||
| 2485 | |||
| 2486 | The implementation of that function on Mac OS X uses pathconf with the | ||
| 2487 | _PC_CASE_SENSITIVE flag. There have been reports that this use of | ||
| 2488 | pathconf does not work reliably. If you have a problem, please | ||
| 2489 | recompile Emacs with -D DARWIN_OS_CASE_SENSITIVE_FIXME, and file a bug | ||
| 2490 | report saying whether this fixed your problem. | ||
| 2491 | |||
| 2492 | * Build-time problems | 2482 | * Build-time problems |
| 2493 | 2483 | ||
| 2494 | ** Configuration | 2484 | ** Configuration |