Mercurial > emacs
annotate mac/Emacs.app/Contents/Info.plist @ 72062:7b81ccd702d9
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Fri, 21 Jul 2006 22:54:15 +0000 |
parents | a8599801089f |
children | a25ca5bd2fb9 |
rev | line source |
---|---|
44890
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="UTF-8"?> |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
2 <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd"> |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
3 <plist version="0.9"> |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
4 <dict> |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
5 <key>CFBundleDevelopmentRegion</key> |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
6 <string>English</string> |
46121 | 7 <key>CFBundleDocumentTypes</key> |
8 <array> | |
9 <dict> | |
10 <key>CFBundleTypeExtensions</key> | |
11 <array> | |
12 <string>*</string> | |
13 </array> | |
14 <key>CFBundleTypeName</key> | |
15 <string>All</string> | |
16 <key>CFBundleTypeOSTypes</key> | |
17 <array> | |
18 <string>****</string> | |
19 </array> | |
20 <key>CFBundleTypeRole</key> | |
21 <string>Viewer</string> | |
22 </dict> | |
23 </array> | |
44890
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
24 <key>CFBundleExecutable</key> |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
25 <string>Emacs</string> |
46121 | 26 <key>CFBundleIconFile</key> |
27 <string>Emacs.icns</string> | |
28 <key>CFBundleIdentifier</key> | |
60631
b218b0216c5e
(CFBundleIdentifier): Change to org.gnu.Emacs.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
46777
diff
changeset
|
29 <string>org.gnu.Emacs</string> |
44890
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
30 <key>CFBundleInfoDictionaryVersion</key> |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
31 <string>6.0</string> |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
32 <key>CFBundlePackageType</key> |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
33 <string>APPL</string> |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
34 <key>CFBundleSignature</key> |
46777
19a2158de8ae
2002-07-31 Andrew Choi <akochoi@shaw.ca>
Andrew Choi <akochoi@shaw.ca>
parents:
46121
diff
changeset
|
35 <string>EMAx</string> |
44890
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
36 <key>CFBundleVersion</key> |
46121 | 37 <string>1.1</string> |
67451
a8599801089f
Add CFBundleURLTypes key and
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
64246
diff
changeset
|
38 <key>CFBundleURLTypes</key> |
a8599801089f
Add CFBundleURLTypes key and
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
64246
diff
changeset
|
39 <array> |
a8599801089f
Add CFBundleURLTypes key and
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
64246
diff
changeset
|
40 <dict> |
a8599801089f
Add CFBundleURLTypes key and
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
64246
diff
changeset
|
41 <key>CFBundleURLName</key> |
a8599801089f
Add CFBundleURLTypes key and
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
64246
diff
changeset
|
42 <string>Email Address URL</string> |
a8599801089f
Add CFBundleURLTypes key and
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
64246
diff
changeset
|
43 <key>CFBundleURLSchemes</key> |
a8599801089f
Add CFBundleURLTypes key and
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
64246
diff
changeset
|
44 <array> |
a8599801089f
Add CFBundleURLTypes key and
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
64246
diff
changeset
|
45 <string>mailto</string> |
a8599801089f
Add CFBundleURLTypes key and
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
64246
diff
changeset
|
46 </array> |
a8599801089f
Add CFBundleURLTypes key and
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
64246
diff
changeset
|
47 </dict> |
a8599801089f
Add CFBundleURLTypes key and
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
64246
diff
changeset
|
48 </array> |
a8599801089f
Add CFBundleURLTypes key and
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
64246
diff
changeset
|
49 <key>NSServices</key> |
61780
ee81206f1c6b
Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
60631
diff
changeset
|
50 <array> |
ee81206f1c6b
Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
60631
diff
changeset
|
51 <dict> |
ee81206f1c6b
Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
60631
diff
changeset
|
52 <key>NSKeyEquivalent</key> |
ee81206f1c6b
Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
60631
diff
changeset
|
53 <dict/> |
ee81206f1c6b
Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
60631
diff
changeset
|
54 <key>NSMenuItem</key> |
ee81206f1c6b
Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
60631
diff
changeset
|
55 <dict> |
ee81206f1c6b
Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
60631
diff
changeset
|
56 <key>default</key> |
67451
a8599801089f
Add CFBundleURLTypes key and
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
64246
diff
changeset
|
57 <string>Emacs/New Buffer Containing Selection</string> |
61780
ee81206f1c6b
Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
60631
diff
changeset
|
58 </dict> |
ee81206f1c6b
Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
60631
diff
changeset
|
59 <key>NSMessage</key> |
67451
a8599801089f
Add CFBundleURLTypes key and
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
64246
diff
changeset
|
60 <string>open-selection</string> |
61780
ee81206f1c6b
Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
60631
diff
changeset
|
61 <key>NSPortName</key> |
ee81206f1c6b
Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
60631
diff
changeset
|
62 <string>Emacs</string> |
ee81206f1c6b
Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
60631
diff
changeset
|
63 <key>NSReturnTypes</key> |
ee81206f1c6b
Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
60631
diff
changeset
|
64 <array/> |
ee81206f1c6b
Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
60631
diff
changeset
|
65 <key>NSSendTypes</key> |
ee81206f1c6b
Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
60631
diff
changeset
|
66 <array> |
ee81206f1c6b
Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
60631
diff
changeset
|
67 <string>NSStringPboardType</string> |
ee81206f1c6b
Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
60631
diff
changeset
|
68 </array> |
ee81206f1c6b
Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
60631
diff
changeset
|
69 </dict> |
ee81206f1c6b
Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
60631
diff
changeset
|
70 <dict> |
ee81206f1c6b
Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
60631
diff
changeset
|
71 <key>NSKeyEquivalent</key> |
ee81206f1c6b
Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
60631
diff
changeset
|
72 <dict/> |
ee81206f1c6b
Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
60631
diff
changeset
|
73 <key>NSMenuItem</key> |
ee81206f1c6b
Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
60631
diff
changeset
|
74 <dict> |
ee81206f1c6b
Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
60631
diff
changeset
|
75 <key>default</key> |
67451
a8599801089f
Add CFBundleURLTypes key and
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
64246
diff
changeset
|
76 <string>Emacs/Open Selected File</string> |
61780
ee81206f1c6b
Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
60631
diff
changeset
|
77 </dict> |
ee81206f1c6b
Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
60631
diff
changeset
|
78 <key>NSMessage</key> |
67451
a8599801089f
Add CFBundleURLTypes key and
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
64246
diff
changeset
|
79 <string>open-file</string> |
61780
ee81206f1c6b
Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
60631
diff
changeset
|
80 <key>NSPortName</key> |
ee81206f1c6b
Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
60631
diff
changeset
|
81 <string>Emacs</string> |
ee81206f1c6b
Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
60631
diff
changeset
|
82 <key>NSReturnTypes</key> |
ee81206f1c6b
Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
60631
diff
changeset
|
83 <array/> |
ee81206f1c6b
Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
60631
diff
changeset
|
84 <key>NSSendTypes</key> |
ee81206f1c6b
Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
60631
diff
changeset
|
85 <array> |
ee81206f1c6b
Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
60631
diff
changeset
|
86 <string>NSStringPboardType</string> |
ee81206f1c6b
Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
60631
diff
changeset
|
87 </array> |
ee81206f1c6b
Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
60631
diff
changeset
|
88 </dict> |
64246
269f91810e62
(mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
61780
diff
changeset
|
89 <dict> |
269f91810e62
(mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
61780
diff
changeset
|
90 <key>NSKeyEquivalent</key> |
269f91810e62
(mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
61780
diff
changeset
|
91 <dict/> |
269f91810e62
(mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
61780
diff
changeset
|
92 <key>NSMenuItem</key> |
269f91810e62
(mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
61780
diff
changeset
|
93 <dict> |
269f91810e62
(mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
61780
diff
changeset
|
94 <key>default</key> |
269f91810e62
(mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
61780
diff
changeset
|
95 <string>Emacs/Send Selection</string> |
269f91810e62
(mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
61780
diff
changeset
|
96 </dict> |
269f91810e62
(mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
61780
diff
changeset
|
97 <key>NSMessage</key> |
269f91810e62
(mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
61780
diff
changeset
|
98 <string>mail-selection</string> |
269f91810e62
(mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
61780
diff
changeset
|
99 <key>NSPortName</key> |
269f91810e62
(mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
61780
diff
changeset
|
100 <string>Emacs</string> |
269f91810e62
(mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
61780
diff
changeset
|
101 <key>NSReturnTypes</key> |
269f91810e62
(mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
61780
diff
changeset
|
102 <array/> |
269f91810e62
(mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
61780
diff
changeset
|
103 <key>NSSendTypes</key> |
269f91810e62
(mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
61780
diff
changeset
|
104 <array> |
269f91810e62
(mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
61780
diff
changeset
|
105 <string>NSStringPboardType</string> |
269f91810e62
(mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
61780
diff
changeset
|
106 </array> |
269f91810e62
(mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
61780
diff
changeset
|
107 </dict> |
269f91810e62
(mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
61780
diff
changeset
|
108 <dict> |
269f91810e62
(mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
61780
diff
changeset
|
109 <key>NSKeyEquivalent</key> |
269f91810e62
(mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
61780
diff
changeset
|
110 <dict/> |
269f91810e62
(mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
61780
diff
changeset
|
111 <key>NSMenuItem</key> |
269f91810e62
(mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
61780
diff
changeset
|
112 <dict> |
269f91810e62
(mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
61780
diff
changeset
|
113 <key>default</key> |
269f91810e62
(mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
61780
diff
changeset
|
114 <string>Emacs/Send To</string> |
269f91810e62
(mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
61780
diff
changeset
|
115 </dict> |
269f91810e62
(mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
61780
diff
changeset
|
116 <key>NSMessage</key> |
269f91810e62
(mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
61780
diff
changeset
|
117 <string>mail-to</string> |
269f91810e62
(mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
61780
diff
changeset
|
118 <key>NSPortName</key> |
269f91810e62
(mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
61780
diff
changeset
|
119 <string>Emacs</string> |
269f91810e62
(mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
61780
diff
changeset
|
120 <key>NSReturnTypes</key> |
269f91810e62
(mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
61780
diff
changeset
|
121 <array/> |
269f91810e62
(mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
61780
diff
changeset
|
122 <key>NSSendTypes</key> |
269f91810e62
(mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
61780
diff
changeset
|
123 <array> |
269f91810e62
(mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
61780
diff
changeset
|
124 <string>NSStringPboardType</string> |
269f91810e62
(mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
61780
diff
changeset
|
125 </array> |
269f91810e62
(mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
61780
diff
changeset
|
126 </dict> |
61780
ee81206f1c6b
Add NSServices key and data.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
60631
diff
changeset
|
127 </array> |
44890
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
128 </dict> |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
129 </plist> |