emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/src/casefiddle.c,v
Date: Fri, 01 Sep 2006 13:28:15 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      06/09/01 13:28:14

Index: casefiddle.c
===================================================================
RCS file: /sources/emacs/emacs/src/casefiddle.c,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -b -r1.57 -r1.58
--- casefiddle.c        18 Jul 2006 13:26:00 -0000      1.57
+++ casefiddle.c        1 Sep 2006 13:28:13 -0000       1.58
@@ -187,7 +187,7 @@
   validate_region (&b, &e);
   start = XFASTINT (b);
   end = XFASTINT (e);
-  modify_region (current_buffer, start, end);
+  modify_region (current_buffer, start, end, 0);
   record_change (start, end - start);
   start_byte = CHAR_TO_BYTE (start);
   end_byte = CHAR_TO_BYTE (end);




reply via email to

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