diff options
| author | Karoly Lorentey | 2003-12-28 22:28:52 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2003-12-28 22:28:52 +0000 |
| commit | 04c3243c2a25812c6d0a324d29b8fd1d5acaa715 (patch) | |
| tree | fa237cda8cf320b2cbcc9eedccaaf60eb9d5acb5 /src/cm.c | |
| parent | 8ed48c277afad174675b3d6dcb8e7b00a4bcc97d (diff) | |
| download | emacs-04c3243c2a25812c6d0a324d29b8fd1d5acaa715.tar.gz emacs-04c3243c2a25812c6d0a324d29b8fd1d5acaa715.zip | |
Trivial changes
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-18
Diffstat (limited to 'src/cm.c')
| -rw-r--r-- | src/cm.c | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -134,8 +134,7 @@ addcol (tty, n) { | |||
| 134 | * after we reach the last column; this takes us to a known state. | 134 | * after we reach the last column; this takes us to a known state. |
| 135 | */ | 135 | */ |
| 136 | void | 136 | void |
| 137 | cmcheckmagic (tty) | 137 | cmcheckmagic (struct tty_output *tty) |
| 138 | struct tty_output *tty; | ||
| 139 | { | 138 | { |
| 140 | if (curX (tty) == FrameCols (tty)) | 139 | if (curX (tty) == FrameCols (tty)) |
| 141 | { | 140 | { |