]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/keyboard.c (lispy_function_keys): Add missing delete key.
authorPo Lu <luangruo@yahoo.com>
Fri, 24 Feb 2023 01:06:15 +0000 (09:06 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 24 Feb 2023 01:06:15 +0000 (09:06 +0800)
src/keyboard.c

index 69fb8ae2797d47cf1e2191264ff96d1c7c3ffcad..8cdc5027ebd697b9fce9da03e932ac82e68a6c74 100644 (file)
@@ -4970,6 +4970,7 @@ const char *const lispy_function_keys[] =
     /* All elements in this array default to 0, except for the few
        function keys that Emacs recognizes.  */
     [111] = "escape",
+    [112] = "delete",
     [121] = "break",
     [122] = "home",
     [123] = "end",