diff options
| author | Dan Nicolaescu | 2009-11-26 03:24:41 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2009-11-26 03:24:41 +0000 |
| commit | 2f00e2992cd9ff3118c2aea40e2f878292cd321a (patch) | |
| tree | 1192920e0174374c8f56aec67a62c00ac266426e | |
| parent | 0e5c8aedd0f967583491004f69a8863099011bed (diff) | |
| download | emacs-2f00e2992cd9ff3118c2aea40e2f878292cd321a.tar.gz emacs-2f00e2992cd9ff3118c2aea40e2f878292cd321a.zip | |
(power_letter): Remove duplicate const.
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/xdisp.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e0bb722d851..574dfae329a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * xdisp.c (power_letter): Remove duplicate const. | ||
| 4 | |||
| 1 | 2009-11-25 Jan Djärv <jan.h.d@swipnet.se> | 5 | 2009-11-25 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 6 | ||
| 3 | * term.c (delete_tty): Remove check for last terminal (bug#4970). | 7 | * term.c (delete_tty): Remove check for last terminal (bug#4970). |
diff --git a/src/xdisp.c b/src/xdisp.c index 9612f5cc9cf..0618c8d4bca 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -18076,7 +18076,7 @@ pint2str (buf, width, d) | |||
| 18076 | readable" representation of the nonnegative integer D to BUF using | 18076 | readable" representation of the nonnegative integer D to BUF using |
| 18077 | a minimal field width WIDTH. D should be smaller than 999.5e24. */ | 18077 | a minimal field width WIDTH. D should be smaller than 999.5e24. */ |
| 18078 | 18078 | ||
| 18079 | static const const char power_letter[] = | 18079 | static const char power_letter[] = |
| 18080 | { | 18080 | { |
| 18081 | 0, /* not used */ | 18081 | 0, /* not used */ |
| 18082 | 'k', /* kilo */ | 18082 | 'k', /* kilo */ |