From: Paul Eggert Date: Sat, 20 Dec 2014 23:52:36 +0000 (-0800) Subject: Fix typo in charset_ordered_list_tick patch X-Git-Tag: emacs-25.0.90~2635^2~9 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a8856cb50b6a99c23664cdb3c66b480bf880edcf;p=emacs.git Fix typo in charset_ordered_list_tick patch --- 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; Lisp_Object Vcharset_non_preferred_head; /* Incremented every time we change the priority of charsets. - Wraps around. */*/ + Wraps around. */ EMACS_UINT charset_ordered_list_tick; /* List of iso-2022 charsets. */