diff options
| author | Dave Love | 2003-09-29 18:04:28 +0000 |
|---|---|---|
| committer | Dave Love | 2003-09-29 18:04:28 +0000 |
| commit | 3a0ae1f3b061da083887f1b8a147f4e3f8779cbf (patch) | |
| tree | c541b99de073ff34988eb90fee56b2df4aa36616 /src | |
| parent | 0432e6a171a6fdf8a690c891c30c989def8ec659 (diff) | |
| download | emacs-3a0ae1f3b061da083887f1b8a147f4e3f8779cbf.tar.gz emacs-3a0ae1f3b061da083887f1b8a147f4e3f8779cbf.zip | |
(cancel_hourglass_unwind): Return Qnil.
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index 133333cd959..f78c57715db 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -1363,6 +1363,7 @@ cancel_hourglass_unwind (arg) | |||
| 1363 | Lisp_Object arg; | 1363 | Lisp_Object arg; |
| 1364 | { | 1364 | { |
| 1365 | cancel_hourglass (); | 1365 | cancel_hourglass (); |
| 1366 | return Qnil; | ||
| 1366 | } | 1367 | } |
| 1367 | #endif | 1368 | #endif |
| 1368 | 1369 | ||