From 62c118f5f1b91abd77347f53075b0818b56b45ee Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Sat, 10 Dec 2005 01:48:39 +0000 Subject: [PATCH] Add CFBundleURLTypes key and data. Make NSServices open-selection the first entry. --- mac/Emacs.app/Contents/Info.plist | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/mac/Emacs.app/Contents/Info.plist b/mac/Emacs.app/Contents/Info.plist index 176dbf81276..d03123cc3cd 100644 --- a/mac/Emacs.app/Contents/Info.plist +++ b/mac/Emacs.app/Contents/Info.plist @@ -35,7 +35,18 @@ EMAx CFBundleVersion 1.1 - NSServices + CFBundleURLTypes + + + CFBundleURLName + Email Address URL + CFBundleURLSchemes + + mailto + + + + NSServices NSKeyEquivalent @@ -43,10 +54,10 @@ NSMenuItem default - Emacs/Open Selected File + Emacs/New Buffer Containing Selection NSMessage - open-file + open-selection NSPortName Emacs NSReturnTypes @@ -62,10 +73,10 @@ NSMenuItem default - Emacs/New Buffer Containing Selection + Emacs/Open Selected File NSMessage - open-selection + open-file NSPortName Emacs NSReturnTypes -- 2.39.5