[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/subr.el
From: |
Kim F. Storm |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/subr.el |
Date: |
Sat, 18 Jan 2003 19:01:36 -0500 |
Index: emacs/lisp/subr.el
diff -c emacs/lisp/subr.el:1.335 emacs/lisp/subr.el:1.336
*** emacs/lisp/subr.el:1.335 Sat Jan 18 18:36:33 2003
--- emacs/lisp/subr.el Sat Jan 18 19:01:36 2003
***************
*** 1480,1487 ****
if FUNCTION adjusts point before or after inserting the object.
If UNDO is present and non-nil, it is a function that will be called
by `yank-pop' to undo the insertion of the current object. It is
! called with two arguments
! FUNCTION may set `yank-undo-function' to override this.
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
--- 1480,1487 ----
if FUNCTION adjusts point before or after inserting the object.
If UNDO is present and non-nil, it is a function that will be called
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
- [Emacs-diffs] Changes to emacs/lisp/subr.el, Kim F. Storm, 2003/01/14
- [Emacs-diffs] Changes to emacs/lisp/subr.el, Kim F. Storm, 2003/01/18
- [Emacs-diffs] Changes to emacs/lisp/subr.el, Kim F. Storm, 2003/01/18
- [Emacs-diffs] Changes to emacs/lisp/subr.el,
Kim F. Storm <=
- [Emacs-diffs] Changes to emacs/lisp/subr.el, Kim F. Storm, 2003/01/18
- [Emacs-diffs] Changes to emacs/lisp/subr.el, Kim F. Storm, 2003/01/21
- [Emacs-diffs] Changes to emacs/lisp/subr.el, Kim F. Storm, 2003/01/27