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


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c,v
Date: Sat, 26 May 2007 17:21:16 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   07/05/26 17:21:15

Index: xdisp.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/xdisp.c,v
retrieving revision 1.1151
retrieving revision 1.1152
diff -u -b -r1.1151 -r1.1152
--- xdisp.c     19 May 2007 18:43:14 -0000      1.1151
+++ xdisp.c     26 May 2007 17:21:13 -0000      1.1152
@@ -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]