Mercurial > emacs
annotate .gitignore @ 111662:1303259207a9
Add separate key mappings for left/right control/command on Nextstep (Bug#7458).
* lisp/cus-start.el (all): Add ns-right-control-modifier and
ns-right-command-modifier.
* lisp/term/ns-win.el (ns-right-control-modifier)
(ns-right-command-modifier): Defvar them.
* src/nsterm.m (ns_right_command_modifier, ns_right_control_modifier):
Define (Bug#7458).
(NSRightCommandKeyMask, NSRightControlKeyMask): Define (Bug#7458).
(EV_MODIFIERS): Check for NSRightCommandKeyMask and
NSRightControlKeyMask also (Bug#7458).
(keyDown): Ditto (Bug#7458).
(syms_of_nsterm): Defvar ns-right-command-modifier and
ns-right-control-modifier (Bug#7458).
author | Jan D. <jan.h.d@swipnet.se> |
---|---|
date | Sun, 21 Nov 2010 14:09:34 +0100 |
parents | 6719c75fa3ac |
children |
rev | line source |
---|---|
102379 | 1 autom4te.cache |
102380
762408a9ef5d
Add .gitignore rules for in-place builds.
Juanma Barranquero <lekktu@gmail.com>
parents:
102379
diff
changeset
|
2 makefile |
104669
9a2d92bd2a3e
Ignore all backup files.
Andreas Schwab <schwab@linux-m68k.org>
parents:
102380
diff
changeset
|
3 *~ |
109508
6719c75fa3ac
* .bzrignore, .gitignore: Ignore README.W32 on the root directory.
Juanma Barranquero <lekktu@gmail.com>
parents:
104669
diff
changeset
|
4 /README.W32 |
102380
762408a9ef5d
Add .gitignore rules for in-place builds.
Juanma Barranquero <lekktu@gmail.com>
parents:
102379
diff
changeset
|
5 |
762408a9ef5d
Add .gitignore rules for in-place builds.
Juanma Barranquero <lekktu@gmail.com>
parents:
102379
diff
changeset
|
6 /bin/ |
762408a9ef5d
Add .gitignore rules for in-place builds.
Juanma Barranquero <lekktu@gmail.com>
parents:
102379
diff
changeset
|
7 /site-lisp/ |
102379 | 8 |
9 # arch-tag: 75cd3c50-1875-4814-8360-190f7de38302 |