diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2014-05-19 12:19:05 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2014-05-19 12:19:05 -0700 |
commit | 2f1205e0848f7f6ed4578a36c656106a9ba69a8e (patch) | |
tree | fb23d42169db84a5fb81730489281ce57475960d /lisp/emacs-lisp/autoload.el | |
parent | 427de5355f3c70e60ddc65324f1270d533fca0c2 (diff) | |
download | emacs-2f1205e0848f7f6ed4578a36c656106a9ba69a8e.tar.gz emacs-2f1205e0848f7f6ed4578a36c656106a9ba69a8e.tar.bz2 emacs-2f1205e0848f7f6ed4578a36c656106a9ba69a8e.zip |
Allow any non-nil value to count as true in bool-vector.
Likewise for xd_signature in dbusbind.c.
This is more consistent with the usual practice in Emacs, which is
that any non-nil value counts as true.
* doc/lispref/sequences.texi (Bool-Vectors): Coalesce discussion of how to
print them. bool-vector's args need not be t or nil.
* src/alloc.c (Fbool_vector): Don't require args to be t or nil.
* src/dbusbind.c (xd_signature): Likewise, for booleans.
* src/data.c, lisp.h (Qbooleanp):
* src/lisp.h (CHECK_BOOLEAN): Remove. All uses removed.
Diffstat (limited to 'lisp/emacs-lisp/autoload.el')
0 files changed, 0 insertions, 0 deletions