Mercurial > emacs
view autogen.sh @ 109825:a2dc02f10ab3
Use CLIPBOARD and PRIMARY on NS (Bug#6677).
* lisp/term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard): Use
QCLIPBOARD instead of QPRIMARY (Bug#6677).
* src/nsselect.m (QCLIPBOARD, NXPrimaryPboard): Define.
(symbol_to_nsstring): Map QCLIPBOARD => NSGeneralPboard,
QPRIMARY => NXPrimaryPboard.
(ns_string_to_symbol): NSGeneralPboard => QCLIPBOARD,
NXPrimaryPboard => QPRIMARY.
(nxatoms_of_nsselect): NXPrimaryPboard = PrimarySelection,
NXSecondaryPboard = SecondarySelection.
(syms_of_nsselect): Intern QCLIPBOARD (Bug#6677).
author | Jan D <jan.h.d@swipnet.se> |
---|---|
date | Wed, 18 Aug 2010 08:16:55 +0200 |
parents | 7b9e6639caa3 |
children |
line wrap: on
line source
#!/bin/sh echo "Please read INSTALL.BZR for instructions on how to build Emacs from Bazaar." # Exit with failure, since people may have generic build scripts that # try things like "autogen.sh && ./configure && make". exit 1 # arch-tag: a123408c-fada-4bf7-98a0-a786cff918f0