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
fadf4e30
Commit
fadf4e30
authored
Jun 17, 2011
by
Paul Eggert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* buffer.c (struct sortvec.priority): Now EMACS_INT, not int.
parent
dbad4f69
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
+5
-1
src/buffer.c
src/buffer.c
+1
-1
No files found.
src/ChangeLog
View file @
fadf4e30
2011-06-17 Paul Eggert <eggert@cs.ucla.edu>
* buffer.c (struct sortvec.priority): Now EMACS_INT, not int.
2011-06-16 Paul Eggert <eggert@cs.ucla.edu>
* lisp.h: Include <limits.h>, for INT_MAX, LONG_MAX, LLONG_MAX.
...
...
@@ -1345,7 +1349,7 @@
2011-05-18 Christoph Scholtes <cschol2112@googlemail.com>
* menu.c: Include limits.h (fixes the MS-Windows build broken by
revision 104625
).
2011-06-18T18:49:19Z!cyd@stupidchicken.com
).
2011-05-18 Paul Eggert <eggert@cs.ucla.edu>
...
...
src/buffer.c
View file @
fadf4e30
...
...
@@ -2849,7 +2849,7 @@ struct sortvec
{
Lisp_Object
overlay
;
EMACS_INT
beg
,
end
;
int
priority
;
EMACS_INT
priority
;
};
static
int
...
...
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