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: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/buffer.c
Date: Mon, 31 Jan 2005 17:45:13 -0500

Index: emacs/src/buffer.c
diff -c emacs/src/buffer.c:1.471 emacs/src/buffer.c:1.472
*** emacs/src/buffer.c:1.471    Sat Jan 29 17:18:57 2005
--- emacs/src/buffer.c  Mon Jan 31 22:45:12 2005
***************
*** 5782,5788 ****
  was modified between BEG and END.  PROPERTY is the property name,
  and VALUE is the old value.
  
! An entry (FUN-NAME . ARGS) means undo the change with (apply FUN-NAME ARGS).
  
  An entry (MARKER . DISTANCE) indicates that the marker MARKER
  was adjusted in position by the offset DISTANCE (an integer).
--- 5782,5794 ----
  was modified between BEG and END.  PROPERTY is the property name,
  and VALUE is the old value.
  
! An entry (apply FUN-NAME . ARGS) means undo the change with
! \(apply FUN-NAME ARGS).
! 
! An entry (apply DELTA BEG END FUN-NAME . ARGS) supports selective undo
! in the active region.  BEG and END is the range affected by this entry
! and DELTA is the number of bytes added or deleted in that range by
! this change.
  
  An entry (MARKER . DISTANCE) indicates that the marker MARKER
  was adjusted in position by the offset DISTANCE (an integer).




reply via email to

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