aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2007-04-06 15:11:04 +0000
committerChong Yidong2007-04-06 15:11:04 +0000
commit9f4ba0750f8d857934224080df8911638c89e86e (patch)
tree0354367eafdc3e390f618d31fe91f925332cfbdf
parentbf74ebd3a002f2497f10eebb53da204ca9e4d85a (diff)
downloademacs-9f4ba0750f8d857934224080df8911638c89e86e.tar.gz
emacs-9f4ba0750f8d857934224080df8911638c89e86e.zip
Make byte-optimization warnings issue accurate line numbers.
-rw-r--r--etc/TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/TODO b/etc/TODO
index 4c1e15f4dbd..6f46b182dde 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -178,6 +178,8 @@ typically due to pilot errors and should thus be in debug-ignored-errors.
178 178
179** Make byte-compile warn when a doc string is too wide. 179** Make byte-compile warn when a doc string is too wide.
180 180
181** Make byte-optimization warnings issue accurate line numbers.
182
181** A function to check for customizable options that have been 183** A function to check for customizable options that have been
182 set but not saved, and ask the user whether to save them. 184 set but not saved, and ask the user whether to save them.
183 This could go in kill-emacs-query-functions, to remind people 185 This could go in kill-emacs-query-functions, to remind people