mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-16 21:41:27 +00:00
* src/editfns.c (syms_of_editfns): Fix typo in previous change.
This commit is contained in:
parent
4a56ca5bbf
commit
e4d6ebee21
1 changed files with 2 additions and 2 deletions
|
|
@ -5586,9 +5586,9 @@ This variable is experimental; email 32252@debbugs.gnu.org if you need
|
|||
it to be non-nil. */);
|
||||
/* For now, default to true if bignums exist, false in traditional Emacs. */
|
||||
#ifdef lisp_h_FIXNUMP
|
||||
binary_as_unsigned = true;
|
||||
#else
|
||||
binary_as_unsigned = false;
|
||||
#else
|
||||
binary_as_unsigned = true;
|
||||
#endif
|
||||
|
||||
defsubr (&Spropertize);
|
||||
|
|
|
|||
Loading…
Reference in a new issue