emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Martin Rudalics
Subject: [Emacs-diffs] Changes to emacs/src/textprop.c,v
Date: Mon, 03 Nov 2008 17:31:22 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Martin Rudalics <m061211>       08/11/03 17:31:22

Index: textprop.c
===================================================================
RCS file: /sources/emacs/emacs/src/textprop.c,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -b -r1.162 -r1.163
--- textprop.c  1 Jun 2008 04:24:07 -0000       1.162
+++ textprop.c  3 Nov 2008 17:31:22 -0000       1.163
@@ -883,7 +883,7 @@
       if (NILP (position))
        {
          if (NILP (limit))
-           position = make_number (SCHARS (object));
+           position = make_number (0);
          else
            {
              CHECK_NUMBER (limit);




reply via email to

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