mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-28 07:45:00 +00:00
* buffer.c (Foverlay_put): Say what the return value is
(bug#7835).
This commit is contained in:
parent
ad63790719
commit
7c301272b4
@ -1,5 +1,8 @@
|
||||
2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* buffer.c (Foverlay_put): Say what the return value is
|
||||
(bug#7835).
|
||||
|
||||
* fileio.c (barf_or_query_if_file_exists): Check first if the file
|
||||
is a directory before asking whether to use the file name
|
||||
(bug#7564).
|
||||
|
@ -4056,7 +4056,8 @@ DEFUN ("overlay-get", Foverlay_get, Soverlay_get, 2, 2, 0,
|
||||
}
|
||||
|
||||
DEFUN ("overlay-put", Foverlay_put, Soverlay_put, 3, 3, 0,
|
||||
doc: /* Set one property of overlay OVERLAY: give property PROP value VALUE. */)
|
||||
doc: /* Set one property of overlay OVERLAY: give property PROP value VALUE.
|
||||
VALUE will be returned.*/)
|
||||
(Lisp_Object overlay, Lisp_Object prop, Lisp_Object value)
|
||||
{
|
||||
Lisp_Object tail, buffer;
|
||||
|
Loading…
Reference in New Issue
Block a user