emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 0ae1a14: * test/automated/core-elisp-tests.el


From: Glenn Morris
Subject: [Emacs-diffs] emacs-25 0ae1a14: * test/automated/core-elisp-tests.el
Date: Wed, 13 Jan 2016 01:04:54 +0000

branch: emacs-25
commit 0ae1a144a83cbfe8bba1abb295ece69c4dcff5f7
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * test/automated/core-elisp-tests.el
    (core-elisp-tests-1-defvar-in-let): Add a custom type.
---
 test/automated/core-elisp-tests.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/automated/core-elisp-tests.el 
b/test/automated/core-elisp-tests.el
index 7698533..b44bb37 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 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)))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]