Mercurial > hg > xemacs-beta
diff src/scrollbar.c @ 367:a4f53d9b3154 r21-1-13
Import from CVS: tag r21-1-13
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:01:07 +0200 |
parents | 70ad99077275 |
children | cc15677e0335 |
line wrap: on
line diff
--- a/src/scrollbar.c Mon Aug 13 11:00:13 2007 +0200 +++ b/src/scrollbar.c Mon Aug 13 11:01:07 2007 +0200 @@ -872,7 +872,7 @@ /* Can't allow this out of set-window-hscroll's acceptable range. */ /* #### What hell on the earth this code limits scroll size to the - machine-dependant SHORT size? -- kkm */ + machine-dependent SHORT size? -- kkm */ if (hscroll < 0) hscroll = 0; else if (hscroll >= (1 << (SHORTBITS - 1)) - 1)