X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/996ad1b846a0865245df008bdb551093278b3c30..c30d1b4a1be535d4def3b6cbc5d27f167eb1176e:/src/msdos.c diff --git a/src/msdos.c b/src/msdos.c index 14c2624114..84e8c39ec0 100644 --- a/src/msdos.c +++ b/src/msdos.c @@ -1,13 +1,13 @@ /* MS-DOS specific C utilities. -*- coding: cp850 -*- -Copyright (C) 1993-1997, 1999-2014 Free Software Foundation, Inc. +Copyright (C) 1993-1997, 1999-2016 Free Software Foundation, Inc. This file is part of GNU Emacs. GNU Emacs is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. +the Free Software Foundation, either version 3 of the License, or (at +your option) any later version. GNU Emacs is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -1733,7 +1733,7 @@ IT_set_frame_parameters (struct frame *f, Lisp_Object alist) if (redraw) { - face_change_count++; /* forces xdisp.c to recompute basic faces */ + face_change = true; /* forces xdisp.c to recompute basic faces */ if (f == SELECTED_FRAME ()) redraw_frame (f); }