Quellcode durchsuchen

Declare var ahead of time to quiet compiler

Ryan C. Thompson vor 11 Jahren
Ursprung
Commit
aa62cc0649
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  1. 3 0
      ido-ubiquitous.el

+ 3 - 0
ido-ubiquitous.el

@@ -46,6 +46,9 @@
 (require 'advice)
 (require 'cl)
 
+;; Declare this ahead of time to quiet the compiler
+(defvar ido-ubiquitous-fallback-completing-read-function)
+
 ;;; Internal utility functions
 
 (defun ido-ubiquitous--as-string (sym-or-str)