]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/TODO: Entry about converting to defvar-keymap.
authorStefan Kangas <stefan@marxist.se>
Fri, 10 Dec 2021 14:47:09 +0000 (15:47 +0100)
committerStefan Kangas <stefan@marxist.se>
Fri, 10 Dec 2021 14:48:15 +0000 (15:48 +0100)
etc/TODO

index cd06b1ea26e2b6ee8ff92b492107f86252ed2a4e..22f5c099607c7044d483d3176bad02368141a743 100644 (file)
--- 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