]> git.eshelyaron.com Git - emacs.git/commitdiff
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 bb76ee25c77e5f09d0590bcf8fcb6bde96214d56..40169b836d5bc0ac66023999d62336a645ee357d 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)))))