aboutsummaryrefslogtreecommitdiffstats
path: root/src/cm.c
diff options
context:
space:
mode:
authorKaroly Lorentey2003-12-28 22:28:52 +0000
committerKaroly Lorentey2003-12-28 22:28:52 +0000
commit04c3243c2a25812c6d0a324d29b8fd1d5acaa715 (patch)
treefa237cda8cf320b2cbcc9eedccaaf60eb9d5acb5 /src/cm.c
parent8ed48c277afad174675b3d6dcb8e7b00a4bcc97d (diff)
downloademacs-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.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cm.c b/src/cm.c
index d1deb12f690..95aa6afdcd6 100644
--- a/src/cm.c
+++ b/src/cm.c
@@ -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 */
136void 136void
137cmcheckmagic (tty) 137cmcheckmagic (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 {