diff options
Diffstat (limited to 'src/dosfns.h')
-rw-r--r-- | src/dosfns.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/dosfns.h b/src/dosfns.h index fa45d710a68..9fbf7eda192 100644 --- a/src/dosfns.h +++ b/src/dosfns.h @@ -9,8 +9,8 @@ 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 @@ -29,4 +29,3 @@ extern int msdos_stdcolor_idx (const char *); extern Lisp_Object msdos_stdcolor_name (int); extern void x_set_title (struct frame *, Lisp_Object); #endif - |