projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73a5832
)
; Remove debugging message in Completion Preview test
author
Eshel Yaron
<me@eshelyaron.com>
Sun, 23 Jun 2024 20:46:26 +0000
(22:46 +0200)
committer
Eshel Yaron
<me@eshelyaron.com>
Mon, 24 Jun 2024 06:22:12 +0000
(08:22 +0200)
* test/lisp/completion-preview-tests.el
(completion-preview-complete): Remove leftover debug message.
test/lisp/completion-preview-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/completion-preview-tests.el
b/test/lisp/completion-preview-tests.el
index 7d358d075191a570bf1c33d97a9c231f75b24d72..3f64fe02e18bda442197ead5144a2da68ce65e3d 100644
(file)
--- a/
test/lisp/completion-preview-tests.el
+++ b/
test/lisp/completion-preview-tests.el
@@
-228,7
+228,6
@@
instead."
(insert "foo")
(let ((this-command 'self-insert-command))
(completion-preview--post-command))
- (message "here")
(completion-preview-tests--check-preview "bar" 'completion-preview-common)