diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2010-11-13 14:20:01 -0800 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2010-11-13 14:20:01 -0800 |
commit | c865c57571e31830bf6a3cd452461599892dec64 (patch) | |
tree | ff07600a7248d0d576ef0d85104f9db7946a3be6 /src/xmenu.c | |
parent | ff2e8052fda9c0710e0b9088080e6e351c02e338 (diff) | |
download | emacs-c865c57571e31830bf6a3cd452461599892dec64.tar.gz |
* src/xmenu.c: Make it clear that ../lwlib/lwlib.h is only needed for Motif.
Diffstat (limited to 'src/xmenu.c')
-rw-r--r-- | src/xmenu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xmenu.c b/src/xmenu.c index 44f1721d65e..e8be9c6ad4c 100644 --- a/src/xmenu.c +++ b/src/xmenu.c @@ -89,7 +89,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #include <X11/Xaw/Paned.h> #endif /* HAVE_XAW3D */ #endif /* USE_LUCID */ +#ifdef USE_MOTIF #include "../lwlib/lwlib.h" +#endif #else /* not USE_X_TOOLKIT */ #ifndef USE_GTK #include "../oldXMenu/XMenu.h" @@ -2581,5 +2583,3 @@ syms_of_xmenu (void) #endif } -/* arch-tag: 92ea573c-398e-496e-ac73-2436f7d63242 - (do not change this comment) */ |