diff options
| author | Joakim Verona | 2011-09-14 11:45:59 +0200 |
|---|---|---|
| committer | Joakim Verona | 2011-09-14 11:45:59 +0200 |
| commit | 8d07d23ecd32b9e9f07234313c2e712a8c42b524 (patch) | |
| tree | d5d925a00733d9a6d1f637b8f3dfdd40c33a2fe7 /src/xterm.c | |
| parent | 8918dacdb34e848edcd894e32de5b7b4e2fa19ea (diff) | |
| parent | 46888499da0bb61ce47d339275d5a0c757a02eb2 (diff) | |
| download | emacs-8d07d23ecd32b9e9f07234313c2e712a8c42b524.tar.gz emacs-8d07d23ecd32b9e9f07234313c2e712a8c42b524.zip | |
upstream
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index 40dbe540903..29f1a85d2c6 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -103,7 +103,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 103 | #endif | 103 | #endif |
| 104 | 104 | ||
| 105 | #ifdef USE_X_TOOLKIT | 105 | #ifdef USE_X_TOOLKIT |
| 106 | #if !defined(NO_EDITRES) | 106 | #if !defined (NO_EDITRES) |
| 107 | #define HACK_EDITRES | 107 | #define HACK_EDITRES |
| 108 | extern void _XEditResCheckMessages (Widget, XtPointer, XEvent *, Boolean *); | 108 | extern void _XEditResCheckMessages (Widget, XtPointer, XEvent *, Boolean *); |
| 109 | #endif /* not NO_EDITRES */ | 109 | #endif /* not NO_EDITRES */ |