From b104d764216026d77680a79993a051725e5ab94c Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 6 May 2017 23:23:36 +0300 Subject: [PATCH] ; Fix last change * test/src/emacs-module-tests.el (module-function-object): Fix thinko in last change. --- test/src/emacs-module-tests.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/src/emacs-module-tests.el b/test/src/emacs-module-tests.el index 8cef1cfa7d0..eb7c82b2f60 100644 --- a/test/src/emacs-module-tests.el +++ b/test/src/emacs-module-tests.el @@ -81,9 +81,9 @@ changes." (rx (or "#") (prin1-to-string obj))))))) -- 2.39.2