emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/buffer.c


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/buffer.c
Date: Tue, 07 May 2002 00:49:50 -0400

Index: emacs/src/buffer.c
diff -c emacs/src/buffer.c:1.382 emacs/src/buffer.c:1.383
*** emacs/src/buffer.c:1.382    Tue Apr 23 13:40:36 2002
--- emacs/src/buffer.c  Tue Apr 23 16:23:46 2002
***************
*** 5474,5480 ****
    Vbefore_change_functions = Qnil;
  
    DEFVAR_LISP ("after-change-functions", &Vafter_change_functions,
!              doc: /* List of function to call after each text change.
  Three arguments are passed to each function: the positions of
  the beginning and end of the range of changed text,
  and the length in bytes of the pre-change text replaced by that range.
--- 5474,5480 ----
    Vbefore_change_functions = Qnil;
  
    DEFVAR_LISP ("after-change-functions", &Vafter_change_functions,
!              doc: /* List of functions to call after each text change.
  Three arguments are passed to each function: the positions of
  the beginning and end of the range of changed text,
  and the length in bytes of the pre-change text replaced by that range.



reply via email to

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