summaryrefslogtreecommitdiff
path: root/etc/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'etc/TODO')
-rw-r--r--etc/TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/TODO b/etc/TODO
index a2c08d394d2..80e77bba60d 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -80,6 +80,10 @@ all interactive commands to see if they are only relevant in one
particular mode. This requires care as some commands might be useful
outside of the mode they were written for.
+** Convert defvar foo-mode-map to defvar-keymap
+Verify the conversion by comparing the value of the keymap before
+converting it and after (you can see the value in 'C-h v').
+
** Write more tests
Pick a fixed bug from the database, write a test case to make sure it
stays fixed. Or pick your favorite programming major-mode, and write