# HG changeset patch # User Chong Yidong # Date 1175872264 0 # Node ID 573d15a35ad65601645d32468f8592480c4f481f # Parent eef371c9f4d9d314c227b1fc1b909ddc199900a5 Make byte-optimization warnings issue accurate line numbers. diff -r eef371c9f4d9 -r 573d15a35ad6 etc/TODO --- a/etc/TODO Fri Apr 06 15:09:37 2007 +0000 +++ b/etc/TODO Fri Apr 06 15:11:04 2007 +0000 @@ -178,6 +178,8 @@ ** 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