diff options
Diffstat (limited to 'src/cm.c')
| -rw-r--r-- | src/cm.c | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Cursor motion subroutines for GNU Emacs. | 1 | /* Cursor motion subroutines for GNU Emacs. |
| 2 | Copyright (C) 1985, 1995, 2001-2011 Free Software Foundation, Inc. | 2 | Copyright (C) 1985, 1995, 2001-2012 Free Software Foundation, Inc. |
| 3 | based primarily on public domain code written by Chris Torek | 3 | based primarily on public domain code written by Chris Torek |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| @@ -305,7 +305,8 @@ done: | |||
| 305 | } | 305 | } |
| 306 | 306 | ||
| 307 | #if 0 | 307 | #if 0 |
| 308 | losecursor () | 308 | void |
| 309 | losecursor (void) | ||
| 309 | { | 310 | { |
| 310 | curY = -1; | 311 | curY = -1; |
| 311 | } | 312 | } |