aboutsummaryrefslogtreecommitdiffstats
path: root/src/dispextern.h
diff options
context:
space:
mode:
authorAdrian Robert2008-07-17 13:50:30 +0000
committerAdrian Robert2008-07-17 13:50:30 +0000
commit6fb5f7dad5ede99f033dbbfc8539764354a4177b (patch)
tree07498896068ca474a6567128971861f48dc6c6a0 /src/dispextern.h
parent32cc39257502ab0fb4281d02d08cb08bad436bb7 (diff)
downloademacs-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.h2
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. */
2947extern struct atimer *hourglass_atimer; 2947extern struct atimer *hourglass_atimer;
2948 2948
2949/* Each GUI implements these. PENDING: move into RIF. */ 2949/* Each GUI implements these. FIXME: move into RIF. */
2950extern void show_hourglass P_ ((struct atimer *)); 2950extern void show_hourglass P_ ((struct atimer *));
2951extern void hide_hourglass P_ ((void)); 2951extern void hide_hourglass P_ ((void));
2952 2952