emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c,v [EMACS_22_BASE]
Date: Tue, 05 Jun 2007 00:20:07 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Chong Yidong <cyd>      07/06/05 00:20:06

Index: xdisp.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/xdisp.c,v
retrieving revision 1.1149.2.3
retrieving revision 1.1149.2.4
diff -u -b -r1.1149.2.3 -r1.1149.2.4
--- xdisp.c     28 May 2007 03:00:39 -0000      1.1149.2.3
+++ xdisp.c     5 Jun 2007 00:20:05 -0000       1.1149.2.4
@@ -6269,7 +6269,7 @@
        it->c = *p, it->len = 1;
 
       /* Record what we have and where it came from.  */
-      it->what = IT_CHARACTER;;
+      it->what = IT_CHARACTER;
       it->object = it->w->buffer;
       it->position = it->current.pos;
 




reply via email to

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