# HG changeset patch # User Jim Blandy # Date 727028154 0 # Node ID 4e554ea437ed1e7d76a51f156cd688b0052e6830 # Parent 1be021d4d81655ca97f071acb3ce1545b2d50a9e * dispnew.c (Fredraw_display): DEFUN was missing a closing paren. diff -r 1be021d4d816 -r 4e554ea437ed src/dispnew.c --- a/src/dispnew.c Thu Jan 14 15:37:33 1993 +0000 +++ b/src/dispnew.c Thu Jan 14 16:15:54 1993 +0000 @@ -165,7 +165,7 @@ } DEFUN ("redraw-display", Fredraw_display, Sredraw_display, 0, 0, "", - "Clear and redisplay all visible frames." + "Clear and redisplay all visible frames.") () { Lisp_Object frame, tail;