Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a05affb2
Commit
a05affb2
authored
May 20, 2014
by
Michael Albinus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* dbusbind.c (xd_signature): Revert last 2 patches.
parent
ebd42073
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
src/ChangeLog
src/ChangeLog
+4
-0
src/dbusbind.c
src/dbusbind.c
+2
-2
No files found.
src/ChangeLog
View file @
a05affb2
2014-05-20 Michael Albinus <michael.albinus@gmx.de>
* dbusbind.c (xd_signature): Revert last 2 patches.
2014-05-19 Paul Eggert <eggert@cs.ucla.edu>
Allow any non-nil value to count as true in bool-vector.
...
...
src/dbusbind.c
View file @
a05affb2
...
...
@@ -387,8 +387,8 @@ xd_signature (char *signature, int dtype, int parent_type, Lisp_Object object)
break
;
case
DBUS_TYPE_BOOLEAN
:
/* Every Emacs Lisp object serves as a boolean, so there's nothing
to check. */
if
(
!
EQ
(
object
,
Qt
)
&&
!
EQ
(
object
,
Qnil
))
wrong_type_argument
(
intern
(
"booleanp"
),
object
);
sprintf
(
signature
,
"%c"
,
dtype
);
break
;
...
...
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