From 3fc2e2d99426966097dee7ad805b94955f3c7993 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Sun, 24 Apr 2005 06:00:57 +0000 Subject: [PATCH] Add NSServices key and data. --- mac/Emacs.app/Contents/Info.plist | 41 +++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/mac/Emacs.app/Contents/Info.plist b/mac/Emacs.app/Contents/Info.plist index afcf6cc3423..7f79e8f6ab0 100644 --- a/mac/Emacs.app/Contents/Info.plist +++ b/mac/Emacs.app/Contents/Info.plist @@ -35,5 +35,46 @@ EMAx CFBundleVersion 1.1 + NSServices + + + NSKeyEquivalent + + NSMenuItem + + default + Emacs/Open Selected File + + NSMessage + open-file + NSPortName + Emacs + NSReturnTypes + + NSSendTypes + + NSStringPboardType + + + + NSKeyEquivalent + + NSMenuItem + + default + Emacs/New Buffer Containing Selection + + NSMessage + open-selection + NSPortName + Emacs + NSReturnTypes + + NSSendTypes + + NSStringPboardType + + + -- 2.39.2