Mercurial > emacs
annotate nt/inc/nl_types.h @ 112401:e80422318be4
gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather than mm-insert-inline.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Fri, 21 Jan 2011 23:33:46 +0000 |
parents | 376148b31b5e |
children |
rev | line source |
---|---|
73089 | 1 /* Replacement nl_types.h file for building GNU Emacs on Windows. |
112218
376148b31b5e
Add 2011 to FSF/AIST copyright years.
Glenn Morris <rgm@gnu.org>
parents:
100954
diff
changeset
|
2 |
376148b31b5e
Add 2011 to FSF/AIST copyright years.
Glenn Morris <rgm@gnu.org>
parents:
100954
diff
changeset
|
3 Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 |
376148b31b5e
Add 2011 to FSF/AIST copyright years.
Glenn Morris <rgm@gnu.org>
parents:
100954
diff
changeset
|
4 Free Software Foundation, Inc. |
73089 | 5 |
6 This file is part of GNU Emacs. | |
7 | |
94794
f108de597672
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
79734
diff
changeset
|
8 GNU Emacs is free software: you can redistribute it and/or modify |
73089 | 9 it under the terms of the GNU General Public License as published by |
94794
f108de597672
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
79734
diff
changeset
|
10 the Free Software Foundation, either version 3 of the License, or |
f108de597672
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
79734
diff
changeset
|
11 (at your option) any later version. |
73089 | 12 |
13 GNU Emacs is distributed in the hope that it will be useful, | |
14 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
16 GNU General Public License for more details. | |
17 | |
18 You should have received a copy of the GNU General Public License | |
94794
f108de597672
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
79734
diff
changeset
|
19 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
73089 | 20 |
21 #ifndef _NL_TYPES_H | |
22 #define _NL_TYPES_H | |
23 | |
24 typedef int nl_item; | |
25 | |
26 #endif /* _NL_TYPES_H */ | |
73094 | 27 |