diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/nsmenu.m | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7801d3c3cf5..9de862d06f5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2010-11-23 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2010-11-23 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | * nsmenu.m: Use #include <config.h> instead of "config.h". | ||
| 4 | |||
| 3 | * term.c (Qglyphless_char,last_glyphless_glyph_frame) | 5 | * term.c (Qglyphless_char,last_glyphless_glyph_frame) |
| 4 | (last_glyphless_glyph_face_id. last_glyphless_glyph_merged_face_id): | 6 | (last_glyphless_glyph_face_id. last_glyphless_glyph_merged_face_id): |
| 5 | Move declarations ... | 7 | Move declarations ... |
diff --git a/src/nsmenu.m b/src/nsmenu.m index d0276c50bf7..b6ee93bdf6b 100644 --- a/src/nsmenu.m +++ b/src/nsmenu.m | |||
| @@ -23,7 +23,7 @@ Carbon version by Yamamoto Mitsuharu. */ | |||
| 23 | 23 | ||
| 24 | /* This should be the first include, as it may set up #defines affecting | 24 | /* This should be the first include, as it may set up #defines affecting |
| 25 | interpretation of even the system includes. */ | 25 | interpretation of even the system includes. */ |
| 26 | #include "config.h" | 26 | #include <config.h> |
| 27 | #include <setjmp.h> | 27 | #include <setjmp.h> |
| 28 | 28 | ||
| 29 | #include "lisp.h" | 29 | #include "lisp.h" |