summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGemini Lasswell <gazally@runbox.com>2017-12-18 10:08:59 -0800
committerGemini Lasswell <gazally@runbox.com>2017-12-31 11:10:26 -0800
commit312c5655669a882186884626f0cf361de70e679d (patch)
tree8229f70ac78519ac7d586b804e31ae703d5c0c5c /test
parent39ca289a7a33d514c2a46f005db4e7173fb7e9f5 (diff)
downloademacs-312c5655669a882186884626f0cf361de70e679d.tar.gz
Don't add empty keyboard macro to macro ring (Bug#24992)
* lisp/kmacro.el (kmacro-end-call-mouse): Don't save a newly defined macro if it is empty. * test/lisp/kmacro-tests.el (kmacro-tests-end-and-call-macro-mouse): Remove expected failure tag.
Diffstat (limited to 'test')
-rw-r--r--test/lisp/kmacro-tests.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lisp/kmacro-tests.el b/test/lisp/kmacro-tests.el
index 690d5029231..c0180e32e5a 100644
--- a/test/lisp/kmacro-tests.el
+++ b/test/lisp/kmacro-tests.el
@@ -312,7 +312,6 @@ cause the current test to fail."
(kmacro-tests-deftest kmacro-tests-end-and-call-macro-mouse ()
"Commands to end and call macro work under various conditions.
This is a regression test for Bug#24992."
- (:expected-result :failed)
(cl-letf (((symbol-function #'mouse-set-point) #'ignore))
;; First, try it with no macro to record.
(setq kmacro-tests-macros '(""))