summaryrefslogtreecommitdiff
path: root/test/automated/core-elisp-tests.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2013-08-02 18:47:54 -0700
committerGlenn Morris <rgm@gnu.org>2013-08-02 18:47:54 -0700
commit5edd44c27637d73c41594b1799f26b1bc6342249 (patch)
tree69962baaf23743ef5e1f822f7efee3c9ca9e4e8e /test/automated/core-elisp-tests.el
parent1f21d308949823041db6f828d6c080c2a564fb05 (diff)
downloademacs-5edd44c27637d73c41594b1799f26b1bc6342249.tar.gz
emacs-5edd44c27637d73c41594b1799f26b1bc6342249.tar.bz2
emacs-5edd44c27637d73c41594b1799f26b1bc6342249.zip
Fix previous core-elisp-tests.el fix
Diffstat (limited to 'test/automated/core-elisp-tests.el')
-rw-r--r--test/automated/core-elisp-tests.el2
1 files changed, 1 insertions, 1 deletions
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)))))