Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7f09455e
Commit
7f09455e
authored
Sep 15, 2013
by
Dmitry Antipov
Browse files
* xterm.c, xfns.c (toplevel): Remove #ifdef HAVE_X_WINDOWS because
these modules are never compiled otherwise.
parent
901049a6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
8 deletions
+2
-8
src/ChangeLog
src/ChangeLog
+2
-0
src/xfns.c
src/xfns.c
+0
-4
src/xterm.c
src/xterm.c
+0
-4
No files found.
src/ChangeLog
View file @
7f09455e
...
...
@@ -9,6 +9,8 @@
* nsterm.h, w32term.h, xterm.h: ...and not here.
* w32term.h (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
Remove unused Xisms.
* xterm.c, xfns.c (toplevel): Remove #ifdef HAVE_X_WINDOWS because
these modules are never compiled otherwise.
2013-09-14 Eli Zaretskii <eliz@gnu.org>
...
...
src/xfns.c
View file @
7f09455e
...
...
@@ -42,8 +42,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include "termchar.h"
#include "font.h"
#ifdef HAVE_X_WINDOWS
#include <sys/types.h>
#include <sys/stat.h>
...
...
@@ -6186,5 +6184,3 @@ When using Gtk+ tooltips, the tooltip face is not used. */);
defsubr
(
&
Sx_select_font
);
#endif
}
#endif
/* HAVE_X_WINDOWS */
src/xterm.c
View file @
7f09455e
...
...
@@ -23,8 +23,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include <config.h>
#include <stdio.h>
#ifdef HAVE_X_WINDOWS
#include "lisp.h"
#include "blockinput.h"
#include "syssignal.h"
...
...
@@ -10865,5 +10863,3 @@ default is nil, which is the same as `super'. */);
make_float (DEFAULT_REHASH_THRESHOLD),
Qnil);
}
#endif /* HAVE_X_WINDOWS */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment