diff options
| author | Paul Eggert | 2011-03-14 19:50:36 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-14 19:50:36 -0700 |
| commit | b14aac08d08c5f17dc27e8d2cc1cc76b33e92c62 (patch) | |
| tree | 5170a6c5a9cdaa5d9d1a00e4bc1645426daa0b62 /src/ChangeLog | |
| parent | fd4ead52062abcb8d8356595708229d83021f042 (diff) | |
| download | emacs-b14aac08d08c5f17dc27e8d2cc1cc76b33e92c62.tar.gz emacs-b14aac08d08c5f17dc27e8d2cc1cc76b33e92c62.zip | |
* fileio.c (Ffile_selinux_context, Fset_file_selinux_context): Fix pointer
signedness issues.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 567fe22a941..aa21fb17c85 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -7,6 +7,8 @@ | |||
| 7 | (Fexpand_file_name): Likewise. In particular, newdir might | 7 | (Fexpand_file_name): Likewise. In particular, newdir might |
| 8 | point at constant storage, so make it a const pointer. | 8 | point at constant storage, so make it a const pointer. |
| 9 | (Fmake_directory_internal, Fread_file_name): Remove unused vars. | 9 | (Fmake_directory_internal, Fread_file_name): Remove unused vars. |
| 10 | (Ffile_selinux_context, Fset_file_selinux_context): Fix pointer | ||
| 11 | signedness issues. | ||
| 10 | 12 | ||
| 11 | * minibuf.c (choose_minibuf_frame_1): Now static. | 13 | * minibuf.c (choose_minibuf_frame_1): Now static. |
| 12 | (Ftry_completion, Fall_completions): Rename or remove locals | 14 | (Ftry_completion, Fall_completions): Rename or remove locals |