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
e4d6ebee
Commit
e4d6ebee
authored
Jul 26, 2018
by
Paul Eggert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* src/editfns.c (syms_of_editfns): Fix typo in previous change.
parent
4a56ca5b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/editfns.c
src/editfns.c
+2
-2
No files found.
src/editfns.c
View file @
e4d6ebee
...
...
@@ -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
);
...
...
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