]> git.eshelyaron.com Git - emacs.git/commit
Use modern constant names for the NS pasteboard
authorDaniel Martín <mardani29@yahoo.es>
Fri, 18 Sep 2020 11:36:47 +0000 (13:36 +0200)
committerAlan Third <alan@idiocy.org>
Fri, 18 Sep 2020 19:06:36 +0000 (20:06 +0100)
commit3223302aa2294d0e2a68216e84e3ee2d4ebcbee1
treed86c6da5767284035d51447f3185342bca1dc8f6
parent985703d3800fb48feec44e3fd7880e9561bcbdc7
Use modern constant names for the NS pasteboard

Use the same pasteboard constant names defined in
ns_drag_types. (Bug#43470).

* src/nsterm.m: Rename NSURLPboardType to NSPasteboardTypeURL,
NSStringPboardType to NSPasteboardTypeString, and
NSTabularTextPboardType to NSPasteboardTypeTabularText
src/nsterm.m