diff options
| author | Paul Eggert | 2011-04-10 23:48:18 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-10 23:48:18 -0700 |
| commit | a2cb4e6346247e98aac57d83afabfdee334e5559 (patch) | |
| tree | 91c0bbcbcd494505c83cb3dd61cd499278057276 /src/charset.h | |
| parent | 127198fdc718d38078cf6abeb6f3a0862f3ac1d2 (diff) | |
| download | emacs-a2cb4e6346247e98aac57d83afabfdee334e5559.tar.gz emacs-a2cb4e6346247e98aac57d83afabfdee334e5559.zip | |
* charset.h (charset_iso_8859_1): Remove decl.
* charset.c (charset_iso_8859_1, charset_emacs, map_charset_for_dump):
Now static.
Diffstat (limited to 'src/charset.h')
| -rw-r--r-- | src/charset.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/charset.h b/src/charset.h index fef50394e6e..74d55a31b43 100644 --- a/src/charset.h +++ b/src/charset.h | |||
| @@ -519,7 +519,6 @@ extern Lisp_Object Qcharsetp; | |||
| 519 | 519 | ||
| 520 | extern Lisp_Object Qascii; | 520 | extern Lisp_Object Qascii; |
| 521 | extern int charset_ascii, charset_eight_bit; | 521 | extern int charset_ascii, charset_eight_bit; |
| 522 | extern int charset_iso_8859_1; | ||
| 523 | extern int charset_unicode; | 522 | extern int charset_unicode; |
| 524 | extern int charset_jisx0201_roman; | 523 | extern int charset_jisx0201_roman; |
| 525 | extern int charset_jisx0208_1978; | 524 | extern int charset_jisx0208_1978; |