Mercurial > emacs
changeset 6349:c88bce6b48f0
(Fredraw_frame) [! MULTI_FRAME]: Make noninteractive, to be consistent with
MULTI_FRAME definition.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Mon, 14 Mar 1994 22:04:21 +0000 |
parents | f5a437637850 |
children | 9feb98fdf5aa |
files | src/dispnew.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispnew.c Mon Mar 14 22:01:20 1994 +0000 +++ b/src/dispnew.c Mon Mar 14 22:04:21 1994 +0000 @@ -179,7 +179,7 @@ #else -DEFUN ("redraw-frame", Fredraw_frame, Sredraw_frame, 1, 1, "", +DEFUN ("redraw-frame", Fredraw_frame, Sredraw_frame, 1, 1, 0, "Clear frame FRAME and output again what is supposed to appear on it.") (frame) Lisp_Object frame;