瀏覽代碼

Revert "Declare some used variables using defvar"

This reverts commit 38392c08fbf6c923ad7965a9189aeb660a850467.

That fix didn't actually solve anything.
Ryan C. Thompson 11 年之前
父節點
當前提交
d8565c97d2
共有 1 個文件被更改,包括 1 次插入6 次删除
  1. 1 6
      ido-ubiquitous.el

+ 1 - 6
ido-ubiquitous.el

@@ -52,13 +52,8 @@
 (require 'advice)
 (require 'cl)
 
-;; Declare these ahead of time to quiet the compiler
+;; Declare this ahead of time to quiet the compiler
 (defvar ido-ubiquitous-fallback-completing-read-function)
-(defvar predicate)
-(defvar inherit-input-method)
-(defvar ido-cur-item)
-(defvar ido-default-item)
-(defvar ido-cur-list)
 
 ;;; Internal utility functions