annotate nt/Xpm.def @ 5547:a46c5c8d6564

Avoid calling various macros "special operators" in the manuals. 2011-08-09 Aidan Kehoe <kehoea@parhasard.net> * cl.texi (Argument Lists): * cl.texi (Time of Evaluation): * cl.texi (Type Predicates): * cl.texi (Assignment): * cl.texi (Basic Setf): * cl.texi (Modify Macros): * cl.texi (Customizing Setf): * cl.texi (Dynamic Bindings): * cl.texi (Lexical Bindings): * cl.texi (Function Bindings): * cl.texi (Macro Bindings): * cl.texi (Conditionals): * cl.texi (Blocks and Exits): * cl.texi (Iteration): * cl.texi (Loop Basics): * cl.texi (Macros): * cl.texi (Declarations): * cl.texi (Property Lists): * cl.texi (Structures): * cl.texi (Assertions): * cl.texi (Efficiency Concerns): * lispref/compile.texi (Eval During Compile): * lispref/compile.texi (Compiled-Function Objects): * lispref/eval.texi (Multiple values): * lispref/frames.texi (Input Focus): * lispref/internationalization.texi (Level 3 Primitives): * lispref/positions.texi (Excursions): * lispref/positions.texi (Narrowing): * lispref/searching.texi (Saving Match Data): * lispref/specifiers.texi (Adding Specifications): * lispref/windows.texi: Correct the manuals to avoid using the term "special operator" when #'special-operator-p would give nil.
author Aidan Kehoe <kehoea@parhasard.net>
date Tue, 09 Aug 2011 17:17:44 +0100
parents 308d34e9f07d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
1 ; Export definition file for XPM port to Win32
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
2 ; Copyright (C) 2000 Kirill 'Big K' Katsnelson
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
3 ;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
4 ; This file is part of XEmacs.
5402
308d34e9f07d Changed bulk of GPLv2 or later files identified by script
Mats Lidell <matsl@xemacs.org>
parents: 398
diff changeset
5
308d34e9f07d Changed bulk of GPLv2 or later files identified by script
Mats Lidell <matsl@xemacs.org>
parents: 398
diff changeset
6 ; XEmacs is free software: you can redistribute it and/or modify it
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
7 ; under the terms of the GNU General Public License as published by the
5402
308d34e9f07d Changed bulk of GPLv2 or later files identified by script
Mats Lidell <matsl@xemacs.org>
parents: 398
diff changeset
8 ; Free Software Foundation, either version 3 of the License, or (at your
308d34e9f07d Changed bulk of GPLv2 or later files identified by script
Mats Lidell <matsl@xemacs.org>
parents: 398
diff changeset
9 ; option) any later version.
308d34e9f07d Changed bulk of GPLv2 or later files identified by script
Mats Lidell <matsl@xemacs.org>
parents: 398
diff changeset
10
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
11 ; XEmacs is distributed in the hope that it will be useful, but WITHOUT
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
12 ; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
13 ; FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
14 ; for more details.
5402
308d34e9f07d Changed bulk of GPLv2 or later files identified by script
Mats Lidell <matsl@xemacs.org>
parents: 398
diff changeset
15
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
16 ; You should have received a copy of the GNU General Public License
5402
308d34e9f07d Changed bulk of GPLv2 or later files identified by script
Mats Lidell <matsl@xemacs.org>
parents: 398
diff changeset
17 ; along with XEmacs. If not, see <http://www.gnu.org/licenses/>.
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
18 ;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
19 ; Synched up with: Not in FSF.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
20 ;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
21
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
22 LIBRARY Xpm.dll
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
23 EXPORTS
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
24 XpmCreateImageFromData
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
25 XpmCreateDataFromImage
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
26 XpmReadFileToImage
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
27 XpmWriteFileFromImage
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
28 XpmCreateImageFromBuffer
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
29 XpmReadFileToBuffer
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
30 XpmWriteFileFromBuffer
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
31 XpmReadFileToData
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
32 XpmWriteFileFromData
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
33 XpmAttributesSize
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
34 XpmFreeAttributes
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
35 XpmFreeExtensions
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
36 XpmFreeXpmImage
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
37 XpmFreeXpmInfo
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
38 XpmGetErrorString
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
39 XpmLibraryVersion
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
40 XpmReadFileToXpmImage
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
41 XpmWriteFileFromXpmImage
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
42 XpmCreateImageFromXpmImage
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
43 XpmCreateXpmImageFromImage
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
44 XpmCreateDataFromXpmImage
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
45 XpmCreateXpmImageFromData
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
46 XpmCreateXpmImageFromBuffer
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
47 XpmCreateBufferFromXpmImage
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
48 XpmFree