projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d7bdee
)
* test/automated/core-elisp-tests.el
author
Glenn Morris
<rgm@gnu.org>
Wed, 13 Jan 2016 01:04:49 +0000
(20:04 -0500)
committer
Glenn 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
patch
|
blob
|
history
diff --git
a/test/automated/core-elisp-tests.el
b/test/automated/core-elisp-tests.el
index 76985331566ee226bb567c846373905125de3374..b44bb37cc4fd84cd1d854ce799e5016783951f78 100644
(file)
--- 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)))))