]> code.delx.au - gnu-emacs/blobdiff - src/lisp.h
* syntax.c (Fchar_syntax): Minor doc fix (Bug#119).
[gnu-emacs] / src / lisp.h
index 820c2585976ddcf3dd211f9e3b169e3ae38875d3..f837708fea5917b37557b8c3e71bb2cb50413f7c 100644 (file)
@@ -3143,6 +3143,9 @@ void shut_down_emacs P_ ((int, int, Lisp_Object));
 /* Nonzero means don't do interactive redisplay and don't change tty modes */
 extern int noninteractive;
 
+/* Nonzero means don't load X resources or Windows Registry settings.  */
+extern int inhibit_x_resources;
+
 /* Pipe used to send exit notification to the daemon parent at
    startup.  */
 extern int daemon_pipe[2];