diff options
| author | Joakim Verona | 2011-07-15 04:39:29 +0200 |
|---|---|---|
| committer | Joakim Verona | 2011-07-15 04:39:29 +0200 |
| commit | 4f616a2e7ed1db28da98df90266e9751a8ae9ee1 (patch) | |
| tree | 74a9dcbe13e945e712ae04a4a94c2202ca720591 /src/cm.c | |
| parent | ff2be00005c3aeda6e11d7ed264ce86f02b60958 (diff) | |
| parent | ec2bc542a4d0127425625e8cb458684bd825675a (diff) | |
| download | emacs-4f616a2e7ed1db28da98df90266e9751a8ae9ee1.tar.gz emacs-4f616a2e7ed1db28da98df90266e9751a8ae9ee1.zip | |
merge from upstream
Diffstat (limited to 'src/cm.c')
| -rw-r--r-- | src/cm.c | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -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 | } |