diff options
| author | Stefan Kangas | 2021-12-10 15:47:09 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2021-12-10 15:48:15 +0100 |
| commit | c9cb59bc4f68d6050451bc0a619fd3eb6a6ed554 (patch) | |
| tree | 68b5dc83945c5ef625ff732e35e955da0c6a5723 | |
| parent | eba5cd3ca1acc581c4670e484ddc70a77d778192 (diff) | |
| download | emacs-c9cb59bc4f68d6050451bc0a619fd3eb6a6ed554.tar.gz emacs-c9cb59bc4f68d6050451bc0a619fd3eb6a6ed554.zip | |
* etc/TODO: Entry about converting to defvar-keymap.
| -rw-r--r-- | etc/TODO | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -80,6 +80,10 @@ all interactive commands to see if they are only relevant in one | |||
| 80 | particular mode. This requires care as some commands might be useful | 80 | particular mode. This requires care as some commands might be useful |
| 81 | outside of the mode they were written for. | 81 | outside of the mode they were written for. |
| 82 | 82 | ||
| 83 | ** Convert defvar foo-mode-map to defvar-keymap | ||
| 84 | Verify the conversion by comparing the value of the keymap before | ||
| 85 | converting it and after (you can see the value in 'C-h v'). | ||
| 86 | |||
| 83 | ** Write more tests | 87 | ** Write more tests |
| 84 | Pick a fixed bug from the database, write a test case to make sure it | 88 | Pick a fixed bug from the database, write a test case to make sure it |
| 85 | stays fixed. Or pick your favorite programming major-mode, and write | 89 | stays fixed. Or pick your favorite programming major-mode, and write |