diff options
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2005-03-16 08:02:13 +0000 |
---|---|---|
committer | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2005-03-16 08:02:13 +0000 |
commit | e25e2eb7469c83baa13a2835a3bca2a5bb43fa28 (patch) | |
tree | 04e3ca9d137941d6990ec1f5da31bfc1f72515b8 /mac | |
parent | e12cd189246d98935b91cec194a8c46e2f5fbb0b (diff) | |
download | emacs-e25e2eb7469c83baa13a2835a3bca2a5bb43fa28.tar.gz |
(CFBundleIdentifier): Change to org.gnu.Emacs.
Diffstat (limited to 'mac')
-rw-r--r-- | mac/Emacs.app/Contents/Info.plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mac/Emacs.app/Contents/Info.plist b/mac/Emacs.app/Contents/Info.plist index 49de7d9e15a..afcf6cc3423 100644 --- a/mac/Emacs.app/Contents/Info.plist +++ b/mac/Emacs.app/Contents/Info.plist @@ -26,7 +26,7 @@ <key>CFBundleIconFile</key> <string>Emacs.icns</string> <key>CFBundleIdentifier</key> - <string>com.gnu.Emacs</string> + <string>org.gnu.Emacs</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> |