emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r102490: * src/nsmenu.m: Use #include


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102490: * src/nsmenu.m: Use #include <config.h> instead of "config.h".
Date: Tue, 23 Nov 2010 11:36:48 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102490
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Tue 2010-11-23 11:36:48 -0800
message:
  * src/nsmenu.m: Use #include <config.h> instead of "config.h".
modified:
  src/ChangeLog
  src/nsmenu.m
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-11-23 18:56:28 +0000
+++ b/src/ChangeLog     2010-11-23 19:36:48 +0000
@@ -1,5 +1,7 @@
 2010-11-23  Dan Nicolaescu  <address@hidden>
 
+       * 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 ...

=== modified file 'src/nsmenu.m'
--- a/src/nsmenu.m      2010-10-01 12:25:21 +0000
+++ b/src/nsmenu.m      2010-11-23 19:36:48 +0000
@@ -23,7 +23,7 @@
 
 /* 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"


reply via email to

[Prev in Thread] Current Thread [Next in Thread]