diff options
| author | Adrian Robert | 2009-09-23 02:35:54 +0000 |
|---|---|---|
| committer | Adrian Robert | 2009-09-23 02:35:54 +0000 |
| commit | f456006161eb12d8ae6e080ef6f1535ef20c9c03 (patch) | |
| tree | 3cc27c70938e98226f9f4c940579820c461a0310 /src | |
| parent | a3b4b3638579a83b02209377a0c8e33fc5270c46 (diff) | |
| download | emacs-f456006161eb12d8ae6e080ef6f1535ef20c9c03.tar.gz emacs-f456006161eb12d8ae6e080ef6f1535ef20c9c03.zip | |
* font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
Diffstat (limited to 'src')
| -rw-r--r-- | src/font.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/font.c b/src/font.c index 6619abe6081..1cd596b9139 100644 --- a/src/font.c +++ b/src/font.c | |||
| @@ -56,11 +56,7 @@ Lisp_Object Qopentype; | |||
| 56 | /* Important character set strings. */ | 56 | /* Important character set strings. */ |
| 57 | Lisp_Object Qascii_0, Qiso8859_1, Qiso10646_1, Qunicode_bmp, Qunicode_sip; | 57 | Lisp_Object Qascii_0, Qiso8859_1, Qiso10646_1, Qunicode_bmp, Qunicode_sip; |
| 58 | 58 | ||
| 59 | #ifdef HAVE_NS | ||
| 60 | #define DEFAULT_ENCODING Qiso10646_1 | ||
| 61 | #else | ||
| 62 | #define DEFAULT_ENCODING Qiso8859_1 | 59 | #define DEFAULT_ENCODING Qiso8859_1 |
| 63 | #endif | ||
| 64 | 60 | ||
| 65 | /* Unicode category `Cf'. */ | 61 | /* Unicode category `Cf'. */ |
| 66 | static Lisp_Object QCf; | 62 | static Lisp_Object QCf; |