Fix previous core-elisp-tests.el fix
authorGlenn Morris <rgm@gnu.org>
Sat, 3 Aug 2013 01:47:54 +0000 (18:47 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 3 Aug 2013 01:47:54 +0000 (18:47 -0700)
test/automated/core-elisp-tests.el

index bb76ee2..40169b8 100644 (file)
@@ -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)))))