diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/charset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charset.c b/src/charset.c index 9ad7de67146..7fcb1534bc2 100644 --- a/src/charset.c +++ b/src/charset.c | |||
| @@ -102,7 +102,7 @@ Lisp_Object Vcharset_ordered_list; | |||
| 102 | Lisp_Object Vcharset_non_preferred_head; | 102 | Lisp_Object Vcharset_non_preferred_head; |
| 103 | 103 | ||
| 104 | /* Incremented every time we change the priority of charsets. | 104 | /* Incremented every time we change the priority of charsets. |
| 105 | Wraps around. */*/ | 105 | Wraps around. */ |
| 106 | EMACS_UINT charset_ordered_list_tick; | 106 | EMACS_UINT charset_ordered_list_tick; |
| 107 | 107 | ||
| 108 | /* List of iso-2022 charsets. */ | 108 | /* List of iso-2022 charsets. */ |