[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: |
Tue, 21 Jan 2003 16:10:40 -0500 |
Index: emacs/lisp/subr.el
diff -c emacs/lisp/subr.el:1.337 emacs/lisp/subr.el:1.338
*** emacs/lisp/subr.el:1.337 Sat Jan 18 20:07:34 2003
--- emacs/lisp/subr.el Tue Jan 21 16:10:40 2003
***************
*** 72,78 ****
But documentation strings are usually not useful in nameless functions.
INTERACTIVE should be a call to the function `interactive', which see.
It may also be omitted.
! BODY should be a list of lisp expressions."
;; Note that this definition should not use backquotes; subr.el should not
;; depend on backquote.el.
(list 'function (cons 'lambda cdr)))
--- 72,78 ----
But documentation strings are usually not useful in nameless functions.
INTERACTIVE should be a call to the function `interactive', which see.
It may also be omitted.
! BODY should be a list of Lisp expressions."
;; Note that this definition should not use backquotes; subr.el should not
;; depend on backquote.el.
(list 'function (cons 'lambda cdr)))
***************
*** 1464,1470 ****
Strip text properties from the inserted text according to
`yank-excluded-properties'. Otherwise just like (insert STRING).
! If STRING has a non-nil yank-handler property on the first character,
the normal insert behaviour is modified in various ways. 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).
--- 1464,1470 ----
Strip text properties from the inserted text according to
`yank-excluded-properties'. Otherwise just like (insert STRING).
! If STRING has a non-nil `yank-handler' property on the first character,
the normal insert behaviour is modified in various ways. 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).
- [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, 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/27