diff options
Diffstat (limited to 'wttrin-debug.el')
| -rw-r--r-- | wttrin-debug.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/wttrin-debug.el b/wttrin-debug.el index 810f875..dd08a5a 100644 --- a/wttrin-debug.el +++ b/wttrin-debug.el @@ -32,6 +32,10 @@ ;; wttrin-debug.el is loaded by wttrin.el, so wttrin is already loaded ;; No need for (require 'wttrin) here +;; Declare variables and functions from wttrin.el +(defvar wttrin-debug) +(declare-function wttrin--get-cached-or-fetch "wttrin") + ;;;###autoload (defun debug-wttrin-show-raw (location) "Fetch and display raw wttr.in data for LOCATION with line numbers. |
