* coding.c (make_conversion_work_buffer): Disable buffer modification
[bpt/emacs.git] / src / textprop.c
index 6bc1938..120c428 100644 (file)
@@ -883,7 +883,7 @@ back past position LIMIT; return LIMIT if nothing is found before LIMIT.  */)
       if (NILP (position))
        {
          if (NILP (limit))
-           position = make_number (SCHARS (object));
+           position = make_number (0);
          else
            {
              CHECK_NUMBER (limit);