aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2021-12-10 15:47:09 +0100
committerStefan Kangas2021-12-10 15:48:15 +0100
commitc9cb59bc4f68d6050451bc0a619fd3eb6a6ed554 (patch)
tree68b5dc83945c5ef625ff732e35e955da0c6a5723
parenteba5cd3ca1acc581c4670e484ddc70a77d778192 (diff)
downloademacs-c9cb59bc4f68d6050451bc0a619fd3eb6a6ed554.tar.gz
emacs-c9cb59bc4f68d6050451bc0a619fd3eb6a6ed554.zip
* etc/TODO: Entry about converting to defvar-keymap.
-rw-r--r--etc/TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/TODO b/etc/TODO
index cd06b1ea26e..22f5c099607 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -80,6 +80,10 @@ all interactive commands to see if they are only relevant in one
80particular mode. This requires care as some commands might be useful 80particular mode. This requires care as some commands might be useful
81outside of the mode they were written for. 81outside of the mode they were written for.
82 82
83** Convert defvar foo-mode-map to defvar-keymap
84Verify the conversion by comparing the value of the keymap before
85converting it and after (you can see the value in 'C-h v').
86
83** Write more tests 87** Write more tests
84Pick a fixed bug from the database, write a test case to make sure it 88Pick a fixed bug from the database, write a test case to make sure it
85stays fixed. Or pick your favorite programming major-mode, and write 89stays fixed. Or pick your favorite programming major-mode, and write