diff options
| author | Chong Yidong | 2007-04-06 15:11:04 +0000 |
|---|---|---|
| committer | Chong Yidong | 2007-04-06 15:11:04 +0000 |
| commit | 9f4ba0750f8d857934224080df8911638c89e86e (patch) | |
| tree | 0354367eafdc3e390f618d31fe91f925332cfbdf | |
| parent | bf74ebd3a002f2497f10eebb53da204ca9e4d85a (diff) | |
| download | emacs-9f4ba0750f8d857934224080df8911638c89e86e.tar.gz emacs-9f4ba0750f8d857934224080df8911638c89e86e.zip | |
Make byte-optimization warnings issue accurate line numbers.
| -rw-r--r-- | etc/TODO | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -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 |