branch: externals/a68-mode
commit 8cd9fb9c30ee2eada5e20d378d0c63f3d0254aef
Author: Omar Polo <[email protected]>
Commit: Omar Polo <[email protected]>
use a sparse keymap
---
a68-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/a68-mode.el b/a68-mode.el
index b0bf5a8cc3..125a38efc3 100644
--- a/a68-mode.el
+++ b/a68-mode.el
@@ -61,7 +61,7 @@
"Hook run when entering Algol68 mode.")
(defvar a68-mode-map
- (let ((map (make-keymap)))
+ (let ((map (make-sparse-keymap)))
(define-key map (kbd "C-j") #'newline-and-indent)
(define-key map (kbd "RET") #'a68-electric-terminate-line)
(define-key map (kbd "C-i") #'a68-electric-tab)