diff options
| author | Adrian Robert | 2008-07-17 13:50:30 +0000 |
|---|---|---|
| committer | Adrian Robert | 2008-07-17 13:50:30 +0000 |
| commit | 6fb5f7dad5ede99f033dbbfc8539764354a4177b (patch) | |
| tree | 07498896068ca474a6567128971861f48dc6c6a0 /src/dispextern.h | |
| parent | 32cc39257502ab0fb4281d02d08cb08bad436bb7 (diff) | |
| download | emacs-6fb5f7dad5ede99f033dbbfc8539764354a4177b.tar.gz emacs-6fb5f7dad5ede99f033dbbfc8539764354a4177b.zip | |
change most cases of PENDING to TODO, some to FIXME or XXX
Diffstat (limited to 'src/dispextern.h')
| -rw-r--r-- | src/dispextern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 180820d4b80..5c06437f634 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2946,7 +2946,7 @@ struct atimer; /* Defined in atimer.h. */ | |||
| 2946 | an hourglass cursor on all frames. */ | 2946 | an hourglass cursor on all frames. */ |
| 2947 | extern struct atimer *hourglass_atimer; | 2947 | extern struct atimer *hourglass_atimer; |
| 2948 | 2948 | ||
| 2949 | /* Each GUI implements these. PENDING: move into RIF. */ | 2949 | /* Each GUI implements these. FIXME: move into RIF. */ |
| 2950 | extern void show_hourglass P_ ((struct atimer *)); | 2950 | extern void show_hourglass P_ ((struct atimer *)); |
| 2951 | extern void hide_hourglass P_ ((void)); | 2951 | extern void hide_hourglass P_ ((void)); |
| 2952 | 2952 | ||