aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-07-09 21:33:53 -0400
committerGlenn Morris2012-07-09 21:33:53 -0400
commit40289a1294e55cda1430474669bce34096e4e08f (patch)
tree48ac6104463c1b03474e1cce8ccc671e0467c860 /src/ChangeLog
parent40e727619ad0e815dab636a6a969862cee9a0638 (diff)
downloademacs-40289a1294e55cda1430474669bce34096e4e08f.tar.gz
emacs-40289a1294e55cda1430474669bce34096e4e08f.zip
* src/s/gnu.h: Don't include fcntl.h
(every file in Emacs that uses O_RDONLY already includes it; and this does not seem like the problem a src/s file should be trying to solve).
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 584d6a33947..754f0caf9db 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12012-07-10 Glenn Morris <rgm@gnu.org> 12012-07-10 Glenn Morris <rgm@gnu.org>
2 2
3 * s/gnu.h: Don't include fcntl.h (every file in Emacs that uses
4 O_RDONLY already includes it).
5
3 Stop ns builds setting the EMACSLOADPATH environment variable. 6 Stop ns builds setting the EMACSLOADPATH environment variable.
4 * nsterm.m (ns_load_path): Rename from ns_init_paths. 7 * nsterm.m (ns_load_path): Rename from ns_init_paths.
5 Now it does not set EMACSLOADPATH, just returns the load-path string. 8 Now it does not set EMACSLOADPATH, just returns the load-path string.