From: Richard M. Stallman Date: Wed, 11 Aug 1993 20:46:27 +0000 (+0000) Subject: (enum window_loop): Delete final comma. X-Git-Tag: emacs-19.34~11281 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a68c0d3b6e2a82e7b67505e52bddb1aa5791eb6d;p=emacs.git (enum window_loop): Delete final comma. --- diff --git a/src/window.c b/src/window.c index 25ee043abab..9ea7866cde3 100644 --- a/src/window.c +++ b/src/window.c @@ -1092,7 +1092,7 @@ enum window_loop DELETE_OTHER_WINDOWS, /* Arg is window not to delete */ DELETE_BUFFER_WINDOWS, /* Arg is buffer */ GET_LARGEST_WINDOW, - UNSHOW_BUFFER, /* Arg is buffer */ + UNSHOW_BUFFER /* Arg is buffer */ }; static Lisp_Object