浏览代码

Declare var ahead of time to quiet compiler

Ryan C. Thompson 11 年之前
父节点
当前提交
aa62cc0649
共有 1 个文件被更改,包括 3 次插入0 次删除
  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)