Explorar el Código

Revert "Declare some used variables using defvar"

This reverts commit 38392c08fbf6c923ad7965a9189aeb660a850467.

That fix didn't actually solve anything.
Ryan C. Thompson hace 11 años
padre
commit
d8565c97d2
Se han modificado 1 ficheros con 1 adiciones y 6 borrados
  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