aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy1993-03-25 04:08:11 +0000
committerJim Blandy1993-03-25 04:08:11 +0000
commitf040093a19514095936425c70878c09cdfba23c7 (patch)
treecfa41002b954d613a4f3bf6d6476161eb13e32ba /src
parentf071c05ae22e371cf76aa90d326d42aa385a0c6e (diff)
downloademacs-f040093a19514095936425c70878c09cdfba23c7.tar.gz
emacs-f040093a19514095936425c70878c09cdfba23c7.zip
Fix typo.
Diffstat (limited to 'src')
-rw-r--r--src/dispnew.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index 25eccf95967..7284baec2e5 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -2001,6 +2001,7 @@ init_display ()
2001#else 2001#else
2002 display_arg = getenv ("DISPLAY"); 2002 display_arg = getenv ("DISPLAY");
2003#endif 2003#endif
2004 }
2004 2005
2005 if (!inhibit_window_system && display_arg) 2006 if (!inhibit_window_system && display_arg)
2006 { 2007 {