diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/custom-file-buffer.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/custom-file-buffer.el b/modules/custom-file-buffer.el index 6ec958f0..1a3a0d68 100644 --- a/modules/custom-file-buffer.el +++ b/modules/custom-file-buffer.el @@ -16,7 +16,8 @@ ;; ;;; Code: -(eval-when-compile (require 'keybindings)) ;; for custom-keymap +;; cj/custom-keymap defined in keybindings.el +(eval-when-compile (defvar cj/custom-keymap)) (eval-when-compile (require 'ps-print)) ;; for ps-print variables (declare-function ps-print-buffer-with-faces "ps-print") (declare-function ps-print-region-with-faces "ps-print") |
