summaryrefslogtreecommitdiff
path: root/src/keyboard.h
diff options
context:
space:
mode:
authorJan Djärv <jan.h.d@swipnet.se>2010-08-16 09:52:32 +0200
committerJan Djärv <jan.h.d@swipnet.se>2010-08-16 09:52:32 +0200
commite45a249b8a63188dd59176ceba94455d8dac4d9c (patch)
tree7b1f14963fbdf1e54b1222134642ab61b516f528 /src/keyboard.h
parent8f10c937124072c04a70664204a1846cf24ecc0d (diff)
downloademacs-e45a249b8a63188dd59176ceba94455d8dac4d9c.tar.gz
Don't define QPRIMARY twice.
* keyboard.h (QPRIMARY): Declare (Bug#6864). * xselect.c: Remove declaration of QPRIMARY (Bug#6864).
Diffstat (limited to 'src/keyboard.h')
-rw-r--r--src/keyboard.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/keyboard.h b/src/keyboard.h
index 4eb0b654703..a3bb46f4454 100644
--- a/src/keyboard.h
+++ b/src/keyboard.h
@@ -440,6 +440,9 @@ extern int ignore_mouse_drag_p;
extern Lisp_Object Vdouble_click_time;
+/* The primary selection. */
+extern Lisp_Object QPRIMARY;
+
/* Forward declaration for prototypes. */
struct input_event;