emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master c9cb59b 2/2: * etc/TODO: Entry about converting to defvar-keymap.


From: Stefan Kangas
Subject: master c9cb59b 2/2: * etc/TODO: Entry about converting to defvar-keymap.
Date: Fri, 10 Dec 2021 09:49:23 -0500 (EST)

branch: master
commit c9cb59bc4f68d6050451bc0a619fd3eb6a6ed554
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    * etc/TODO: Entry about converting to defvar-keymap.
---
 etc/TODO | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/etc/TODO b/etc/TODO
index cd06b1e..22f5c09 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]