emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/etc/NEWS


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS
Date: Mon, 27 Jan 2003 16:46:05 -0500

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.779 emacs/etc/NEWS:1.780
*** emacs/etc/NEWS:1.779        Sat Jan 25 20:33:33 2003
--- emacs/etc/NEWS      Mon Jan 27 16:46:04 2003
***************
*** 1511,1517 ****
  
  The value of the yank-handler property must be a list with one to five
  elements with the following format:
!   (FUNCTION PARAM NOEXCLUDE UNDO COMMAND).
  
  The `insert-for-yank' function looks for a yank-handler property on
  the first character on its string argument (typically the first
--- 1511,1517 ----
  
  The value of the yank-handler property must be a list with one to five
  elements with the following format:
!   (FUNCTION PARAM NOEXCLUDE UNDO).
  
  The `insert-for-yank' function looks for a yank-handler property on
  the first character on its string argument (typically the first
***************
*** 1532,1541 ****
  by `yank-pop' to undo the insertion of the current object.  It is
  called with two arguments, the start and end of the current region. 
  FUNCTION may set `yank-undo-function' to override the UNDO value.
-   If COMMAND is present and non-nil, `this-command' is set to COMMAND
- after calling FUNCTION (or insert).  Note that setting `this-command'
- to a value different from `yank' will prevent `yank-pop' from undoing
- this yank.
  
  *** The functions kill-new, kill-append, and kill-region now has an
  optional third argument to specify the yank-handler text property
--- 1532,1537 ----




reply via email to

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