mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-05 05:21:26 -08:00
Fix typo in previous commit.
* src/dispnew.c (window_change_signal): Fix typo. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-453
This commit is contained in:
parent
bedeffcffb
commit
8d3cdf5650
1 changed files with 1 additions and 1 deletions
|
|
@ -6050,7 +6050,7 @@ window_change_signal (signalnum) /* If we don't have an argument, */
|
|||
#ifndef USE_CRT_DLL
|
||||
extern int errno;
|
||||
#endif
|
||||
int old_errno = errno;x
|
||||
int old_errno = errno;
|
||||
|
||||
struct tty_display_info *tty;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue