diff options
| author | Paul Eggert | 2011-03-16 01:19:22 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-16 01:19:22 -0700 |
| commit | e663c700e753d901479798b735c2ad6ac74c07d9 (patch) | |
| tree | 6caf39ec50f87d916c89dd71a9c1b641f11fd360 /src/ChangeLog | |
| parent | 612f56dfff305bae8b6e61ea3a60502f42a8eb5b (diff) | |
| download | emacs-e663c700e753d901479798b735c2ad6ac74c07d9.tar.gz emacs-e663c700e753d901479798b735c2ad6ac74c07d9.zip | |
* font.c (font_unparse_xlfd): Don't mix pointers to variables with
pointers to constants.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index adac111aa19..e9a6d5da5a3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2011-03-16 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-03-16 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * font.c (font_unparse_xlfd): Don't mix pointers to variables with | ||
| 4 | pointers to constants. | ||
| 5 | |||
| 3 | * fns.c (require_nesting_list, require_unwind): Now static. | 6 | * fns.c (require_nesting_list, require_unwind): Now static. |
| 4 | (Ffillarray): Rename locals to avoid shadowing. | 7 | (Ffillarray): Rename locals to avoid shadowing. |
| 5 | 8 | ||