summaryrefslogtreecommitdiff
path: root/etc/TODO
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2004-11-25 03:22:56 +0000
committerRichard M. Stallman <rms@gnu.org>2004-11-25 03:22:56 +0000
commit261b01c6429baba776f41eeac4d958fb356168d5 (patch)
treec60bce3a4952262050eaf3234a7d5ab387e08b7a /etc/TODO
parent8e7a47862a147c640a7ec1237c39d7ad6f78f5c9 (diff)
downloademacs-261b01c6429baba776f41eeac4d958fb356168d5.tar.gz
*** empty log message ***
Diffstat (limited to 'etc/TODO')
-rw-r--r--etc/TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/TODO b/etc/TODO
index 21a7c7d8dc0..e9bfbb01009 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -150,6 +150,10 @@ to the FSF.
** Implement popular parts of the rest of the CL functions as compiler
macros in cl-macs.
+** Make compiler warnings about functions that might be undefined at run time
+ smarter, so that they know which files are required by the file being
+ compiled and don't warn about functions defined in them.
+
** Highlight rectangles (`mouse-track-rectangle-p' in XEmacs). Already in CUA,
but it's a valuable feature worth making more general.