diff options
| author | Paul Eggert | 2011-06-17 00:49:50 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-06-17 00:49:50 -0700 |
| commit | 8961a454e148b61750f5ef38f8047fa660941888 (patch) | |
| tree | 3c14ececa118d48c4dc8158556ae1af63546859d /src/buffer.c | |
| parent | fadf4e3008c754f21e2c8539252dc415418db3ac (diff) | |
| download | emacs-8961a454e148b61750f5ef38f8047fa660941888.tar.gz emacs-8961a454e148b61750f5ef38f8047fa660941888.zip | |
* buffer.c (struct sortstr.priority): Now EMACS_INT, not int.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index f21f652fa3e..898b4572450 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -2927,7 +2927,7 @@ struct sortstr | |||
| 2927 | { | 2927 | { |
| 2928 | Lisp_Object string, string2; | 2928 | Lisp_Object string, string2; |
| 2929 | int size; | 2929 | int size; |
| 2930 | int priority; | 2930 | EMACS_INT priority; |
| 2931 | }; | 2931 | }; |
| 2932 | 2932 | ||
| 2933 | struct sortstrlist | 2933 | struct sortstrlist |