diff options
Diffstat (limited to 'modules/custom-case.el')
| -rw-r--r-- | modules/custom-case.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/custom-case.el b/modules/custom-case.el index 2a87155b..ca5563b2 100644 --- a/modules/custom-case.el +++ b/modules/custom-case.el @@ -16,7 +16,7 @@ ;; ;;; Code: -(eval-when-compile (require 'keybindings)) +(eval-when-compile (defvar cj/custom-keymap)) ;; cj/custom-keymap defined in keybindings.el (defun cj/upcase-dwim () "Upcase the active region, or upcase the symbol at point if no region." |
