Parcourir la source

Add missing require statement for seq

This probably never made a difference in practice because seq always
gets loaded by something or other anyway. But now it's actually
correct.
Ryan C. Thompson il y a 5 ans
Parent
commit
c2001fe552
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      ido-completing-read+.el

+ 1 - 0
ido-completing-read+.el

@@ -84,6 +84,7 @@ Note that when you update ido-completing-read+, this variable may
 not be updated until you restart Emacs.")
 
 (require 'ido)
+(require 'seq)
 (require 'minibuf-eldef)
 (require 'cl-lib)
 (require 'cus-edit)