瀏覽代碼

Test with minibuffer-electric-default-mode enabled

Ryan C. Thompson 7 年之前
父節點
當前提交
ade3e164d3
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      tests/test-ido-completing-read+.el

+ 3 - 1
tests/test-ido-completing-read+.el

@@ -6,6 +6,7 @@
 
 (require 'ido)
 (require 'flx-ido)
+(require 'minibuf-eldef)
 (require 'ido-completing-read+)
 (require 'buttercup)
 (require 'cl-lib)
@@ -132,7 +133,8 @@ also accept a quoted list for the sake of convenience."
       ido-confirm-unique-completion
       ido-enable-flex-matching
       ido-enable-dot-prefix
-      flx-ido-mode))
+      flx-ido-mode
+      (minibuffer-electric-default-mode t)))
 
     ;; Suppress all messages during tests
     (spy-on 'message))