diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-11-25 03:22:56 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-11-25 03:22:56 +0000 |
commit | 261b01c6429baba776f41eeac4d958fb356168d5 (patch) | |
tree | c60bce3a4952262050eaf3234a7d5ab387e08b7a /etc/TODO | |
parent | 8e7a47862a147c640a7ec1237c39d7ad6f78f5c9 (diff) | |
download | emacs-261b01c6429baba776f41eeac4d958fb356168d5.tar.gz |
*** empty log message ***
Diffstat (limited to 'etc/TODO')
-rw-r--r-- | etc/TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |