From 7e06fe61068ce107d3221a2872639e76b7927661 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Tue, 12 Jul 2005 11:33:09 +0000 Subject: [PATCH] (mail-to, mail-selection): New NSServices. --- mac/Emacs.app/Contents/Info.plist | 38 +++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/mac/Emacs.app/Contents/Info.plist b/mac/Emacs.app/Contents/Info.plist index 7f79e8f6ab0..176dbf81276 100644 --- a/mac/Emacs.app/Contents/Info.plist +++ b/mac/Emacs.app/Contents/Info.plist @@ -75,6 +75,44 @@ NSStringPboardType + + NSKeyEquivalent + + NSMenuItem + + default + Emacs/Send Selection + + NSMessage + mail-selection + NSPortName + Emacs + NSReturnTypes + + NSSendTypes + + NSStringPboardType + + + + NSKeyEquivalent + + NSMenuItem + + default + Emacs/Send To + + NSMessage + mail-to + NSPortName + Emacs + NSReturnTypes + + NSSendTypes + + NSStringPboardType + + -- 2.39.5