From: Po Lu Date: Fri, 27 May 2022 09:11:59 +0000 (+0800) Subject: Fix GNUstep build X-Git-Tag: emacs-29.0.90~1910^2~395 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=82b75a97ba2c26bcdb83c3109401d97e6293a63f;p=emacs.git Fix GNUstep build * src/nsterm.h (NSPasteboardNameGeneral): Fix definition. --- diff --git a/src/nsterm.h b/src/nsterm.h index 43f21b0357e..f74c457fe33 100644 --- a/src/nsterm.h +++ b/src/nsterm.h @@ -1331,7 +1331,7 @@ enum NSWindowTabbingMode #if !defined (NS_IMPL_COCOA) || !defined (MAC_OS_X_VERSION_10_13) /* Deprecated in macOS 10.13. */ #define NSPasteboardNameGeneral NSGeneralPboard -#define NSPasteboardNameDrag NSDragPBoard +#define NSPasteboardNameDrag NSDragPboard #endif #if !defined (NS_IMPL_COCOA) || !defined (MAC_OS_X_VERSION_10_14)