summaryrefslogtreecommitdiff
path: root/modules/custom-ordering.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/custom-ordering.el')
-rw-r--r--modules/custom-ordering.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/custom-ordering.el b/modules/custom-ordering.el
index 69a2d465..ee2f2023 100644
--- a/modules/custom-ordering.el
+++ b/modules/custom-ordering.el
@@ -23,6 +23,10 @@
(require 'cl-lib)
(require 'keybindings) ;; provides cj/custom-keymap
+;; Bound in the ordering keymap below but owned by org-config (loaded eagerly
+;; in init); declare it so byte-compiling this module standalone is clean.
+(declare-function cj/org-sort-by-todo-and-priority "org-config")
+
(defvar cj/ordering-map)
(defun cj/--arrayify (start end quote &optional prefix suffix)