From: Chong Yidong Date: Fri, 6 Apr 2007 15:11:04 +0000 (+0000) Subject: Make byte-optimization warnings issue accurate line numbers. X-Git-Tag: emacs-pretest-22.0.98~290 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9f4ba0750f8d857934224080df8911638c89e86e;p=emacs.git Make byte-optimization warnings issue accurate line numbers. --- 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. ** Make byte-compile warn when a doc string is too wide. +** Make byte-optimization warnings issue accurate line numbers. + ** A function to check for customizable options that have been set but not saved, and ask the user whether to save them. This could go in kill-emacs-query-functions, to remind people