Przeglądaj źródła

Revert "Declare some used variables using defvar"

This reverts commit 38392c08fbf6c923ad7965a9189aeb660a850467.

That fix didn't actually solve anything.
Ryan C. Thompson 11 lat temu
rodzic
commit
d8565c97d2
1 zmienionych plików z 1 dodań i 6 usunięć
  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