branch: master
commit e8051948ae9ca5de7110e65c2d6d9064f5b8e3b9
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>

    ivy-test.el (ivy-completion-in-region): Try a different symbol
---
 ivy-test.el | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/ivy-test.el b/ivy-test.el
index 0c00ac7..2102235 100644
--- a/ivy-test.el
+++ b/ivy-test.el
@@ -580,15 +580,14 @@ will bring the behavior in line with the newer Emacsen."
                             (switch-to-buffer temp-buffer)
                             (emacs-lisp-mode)
                             (ivy-mode)
-                            (insert " temp-buffer-sh")
+                            (insert " emacs-lisp-mode-h")
                             (execute-kbd-macro
                              (vconcat
-                              (kbd "C-M-i")
-                              (kbd "RET")))
+                              (kbd "C-M-i")))
                             (buffer-string))
                        (and (buffer-name temp-buffer)
                             (kill-buffer temp-buffer))))
-                   " temp-buffer-show-hook")))
+                   " emacs-lisp-mode-hook")))
 
 (ert-deftest ivy-completing-read-def-handling ()
   ;; DEF in COLLECTION

Reply via email to