X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/565c0ca57e89ab1a1b4c378c615a998eb8fc0f99..49b14d65c3f6b0a981ca032c6801d2c39ab1591a:/src/w32reg.c diff --git a/src/w32reg.c b/src/w32reg.c index 77667eb7dc..e1465be9e4 100644 --- a/src/w32reg.c +++ b/src/w32reg.c @@ -1,6 +1,5 @@ /* Emulate the X Resource Manager through the registry. - Copyright (C) 1990, 1993, 1994, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1990, 1993-1994, 2001-2011 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -26,7 +25,6 @@ along with GNU Emacs. If not, see . */ #include "blockinput.h" #include -#include #define REG_ROOT "SOFTWARE\\GNU\\Emacs" @@ -162,5 +160,3 @@ x_get_string_resource (XrmDatabase rdb, char *name, char *class) return (w32_get_string_resource (name, class, REG_SZ)); } -/* arch-tag: 755fce25-42d7-4acb-874f-2fb42336823d - (do not change this comment) */