diff options
| author | Jim Blandy | 1993-03-25 04:08:11 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-03-25 04:08:11 +0000 |
| commit | f040093a19514095936425c70878c09cdfba23c7 (patch) | |
| tree | cfa41002b954d613a4f3bf6d6476161eb13e32ba /src | |
| parent | f071c05ae22e371cf76aa90d326d42aa385a0c6e (diff) | |
| download | emacs-f040093a19514095936425c70878c09cdfba23c7.tar.gz emacs-f040093a19514095936425c70878c09cdfba23c7.zip | |
Fix typo.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispnew.c | 1 |
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 | { |