Mercurial > emacs
changeset 76964:573d15a35ad6
Make byte-optimization warnings issue accurate line numbers.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 06 Apr 2007 15:11:04 +0000 |
parents | eef371c9f4d9 |
children | e73a17e3005f |
files | etc/TODO |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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