]> code.delx.au - gnu-emacs/commitdiff
* test/automated/core-elisp-tests.el
authorGlenn Morris <rgm@gnu.org>
Wed, 13 Jan 2016 01:04:49 +0000 (20:04 -0500)
committerGlenn Morris <rgm@gnu.org>
Wed, 13 Jan 2016 01:04:49 +0000 (20:04 -0500)
(core-elisp-tests-1-defvar-in-let): Add a custom type.

test/automated/core-elisp-tests.el

index 76985331566ee226bb567c846373905125de3374..b44bb37cc4fd84cd1d854ce799e5016783951f78 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 2 "doc" :group 'blah) c-e-x)
+                           (defcustom c-e-x 2 "doc" :group 'blah :type 'integer) c-e-x)
                          c-e-x)
                    '(1 2)))))