diff --git a/core/core-defuns.el b/core/core-defuns.el index 67d854575..ed030e186 100644 --- a/core/core-defuns.el +++ b/core/core-defuns.el @@ -116,7 +116,7 @@ Examples: first-set prefix internal - (default-keymaps '(narf-mode-map)) + (default-keymaps '((current-global-map))) (keymaps (if (boundp 'keymaps) keymaps)) (states (if (boundp 'states) states '())) (forms '())