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: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/src/textprop.c,v
Date: Tue, 18 Jul 2006 16:33:47 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   06/07/18 16:33:46

Index: src/textprop.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/textprop.c,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -b -r1.150 -r1.151
--- src/textprop.c      18 Jul 2006 13:29:40 -0000      1.150
+++ src/textprop.c      18 Jul 2006 16:33:45 -0000      1.151
@@ -78,6 +78,8 @@
 Lisp_Object interval_insert_behind_hooks;
 Lisp_Object interval_insert_in_front_hooks;
 
+static void text_read_only P_ ((Lisp_Object)) NO_RETURN;
+
 
 /* Signal a `text-read-only' error.  This function makes it easier
    to capture that error in GDB by putting a breakpoint on it.  */




reply via email to

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