mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-08 04:30:45 -08:00
* src/nsmenu.m: Use #include <config.h> instead of "config.h".
This commit is contained in:
parent
b932f8b17e
commit
b29116efce
2 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* nsmenu.m: Use #include <config.h> instead of "config.h".
|
||||
|
||||
* term.c (Qglyphless_char,last_glyphless_glyph_frame)
|
||||
(last_glyphless_glyph_face_id. last_glyphless_glyph_merged_face_id):
|
||||
Move declarations ...
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ Carbon version by Yamamoto Mitsuharu. */
|
|||
|
||||
/* This should be the first include, as it may set up #defines affecting
|
||||
interpretation of even the system includes. */
|
||||
#include "config.h"
|
||||
#include <config.h>
|
||||
#include <setjmp.h>
|
||||
|
||||
#include "lisp.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue