diff options
| author | Dan Nicolaescu | 2009-10-19 05:11:07 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2009-10-19 05:11:07 +0000 |
| commit | ee6bacd40debc7ca7ec95c6f962ae533e8713a02 (patch) | |
| tree | f437bd8e1cf36429182a86eb581be163acd75c46 /src/xterm.c | |
| parent | d1e4c4037e88f3256db19813805d03f8ad0291fa (diff) | |
| download | emacs-ee6bacd40debc7ca7ec95c6f962ae533e8713a02.tar.gz emacs-ee6bacd40debc7ca7ec95c6f962ae533e8713a02.zip | |
* xterm.c:
* xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
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 c77136eb64a..5a004873507 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -113,7 +113,7 @@ extern void free_frame_menubar P_ ((struct frame *)); | |||
| 113 | #endif | 113 | #endif |
| 114 | 114 | ||
| 115 | #ifdef USE_X_TOOLKIT | 115 | #ifdef USE_X_TOOLKIT |
| 116 | #if (XtSpecificationRelease >= 5) && !defined(NO_EDITRES) | 116 | #if !defined(NO_EDITRES) |
| 117 | #define HACK_EDITRES | 117 | #define HACK_EDITRES |
| 118 | extern void _XEditResCheckMessages (); | 118 | extern void _XEditResCheckMessages (); |
| 119 | #endif /* not NO_EDITRES */ | 119 | #endif /* not NO_EDITRES */ |