Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1f21d308
Commit
1f21d308
authored
Aug 02, 2013
by
Glenn Morris
Browse files
* test/automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
parent
f3ffcd8c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
test/ChangeLog
test/ChangeLog
+2
-0
test/automated/core-elisp-tests.el
test/automated/core-elisp-tests.el
+3
-1
No files found.
test/ChangeLog
View file @
1f21d308
2013-08-03 Glenn Morris <rgm@gnu.org>
* automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
* automated/icalendar-tests.el (icalendar-tests--test-export)
(icalendar-tests--test-import):
Use getenv/setenv rather than set-time-zone-rule.
...
...
test/automated/core-elisp-tests.el
View file @
1f21d308
...
...
@@ -31,7 +31,9 @@
;; is properly initialized.
(
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
)
c-e-x
)
c-e-x
)
(
should
(
equal
(
list
(
let
((
c-e-x
1
))
(
defcustom
c-e-x
"doc"
2
:group
'blah
)
c-e-x
)
c-e-x
)
'
(
1
2
)))))
(
provide
'core-elisp-tests
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment