浏览代码

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