emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master a8856cb: Fix typo in charset_ordered_list_tick patc


From: Paul Eggert
Subject: [Emacs-diffs] master a8856cb: Fix typo in charset_ordered_list_tick patch
Date: Sat, 20 Dec 2014 23:52:56 +0000

branch: master
commit a8856cb50b6a99c23664cdb3c66b480bf880edcf
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    Fix typo in charset_ordered_list_tick patch
---
 src/charset.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/charset.c b/src/charset.c
index 9ad7de6..7fcb153 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.  */



reply via email to

[Prev in Thread] Current Thread [Next in Thread]