From 5edd44c27637d73c41594b1799f26b1bc6342249 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 2 Aug 2013 18:47:54 -0700 Subject: [PATCH] Fix previous core-elisp-tests.el fix --- test/automated/core-elisp-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/automated/core-elisp-tests.el b/test/automated/core-elisp-tests.el index bb76ee25c77..40169b836d5 100644 --- a/test/automated/core-elisp-tests.el +++ b/test/automated/core-elisp-tests.el @@ -32,7 +32,7 @@ (should (equal (list (let ((c-e-x 1)) (defvar c-e-x 2) c-e-x) c-e-x) '(1 2))) (should (equal (list (let ((c-e-x 1)) - (defcustom c-e-x "doc" 2 :group 'blah) c-e-x) + (defcustom c-e-x 2 "doc" :group 'blah) c-e-x) c-e-x) '(1 2))))) -- 2.39.2