diff options
author | Kyle Meyer <kyle@kyleam.com> | 2016-05-17 21:51:24 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2016-05-17 21:52:06 -0400 |
commit | 39ac1df3450ca8e58b9c5f7730f097dbbb86ff4b (patch) | |
tree | 0a659f90ee75ccfff64d039347b6c3207785aac0 | |
parent | 18e2da1e27c4366cf0969225984f4c8cef7db006 (diff) | |
download | bog-39ac1df3450ca8e58b9c5f7730f097dbbb86ff4b.tar.gz |
Don't pass keymap to define-minor-mode
-rw-r--r-- | bog.el | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1374,7 +1374,6 @@ and disable it otherwise. If called from Lisp, enable the mode if ARG is omitted or nil. \\{bog-mode-map}" - :keymap bog-mode-map :lighter " Bog" (progn (cond @@ -1432,7 +1431,6 @@ many of the Bog commands a single-letter key binding. To exit Bog View mode, type \\[bog-view-quit]. \\{bog-view-mode-map}" - :keymap bog-view-mode-map :lighter " Bog-view" (cond (bog-view-mode |