diff src/xdisp.c @ 96763:a27390a84360

change most cases of PENDING to TODO, some to FIXME or XXX
author Adrian Robert <Adrian.B.Robert@gmail.com>
date Thu, 17 Jul 2008 13:50:30 +0000
parents c68868827258
children 779ab2611e60
line wrap: on
line diff
--- a/src/xdisp.c	Thu Jul 17 10:53:02 2008 +0000
+++ b/src/xdisp.c	Thu Jul 17 13:50:30 2008 +0000
@@ -11547,7 +11547,7 @@
       /* Resized active mini-window to fit the size of what it is
          showing if its contents might have changed.  */
       must_finish = 1;
-/* PENDING: this causes all frames to be updated, which seems unnecessary
+/* FIXME: this causes all frames to be updated, which seems unnecessary
    since only the current frame needs to be considered.  This function needs
    to be rewritten with two variables, consider_all_windows and
    consider_all_frames. */