emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/composite.c,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/src/composite.c,v
Date: Thu, 21 Feb 2008 07:55:05 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/02/21 07:55:05

Index: composite.c
===================================================================
RCS file: /sources/emacs/emacs/src/composite.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -b -r1.46 -r1.47
--- composite.c 1 Feb 2008 16:00:53 -0000       1.46
+++ composite.c 21 Feb 2008 07:55:04 -0000      1.47
@@ -801,7 +801,7 @@
     args[1] = Qequal;
     args[2] = QCweakness;
     /* We used to make the hash table weak so that unreferenced
-       compostions can be garbage-collected.  But, usually once
+       compositions can be garbage-collected.  But, usually once
        created compositions are repeatedly used in an Emacs session,
        and thus it's not worth to save memory in such a way.  So, we
        make the table not weak.  */




reply via email to

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