diff options
| author | Adrian Robert | 2008-08-05 03:05:14 +0000 |
|---|---|---|
| committer | Adrian Robert | 2008-08-05 03:05:14 +0000 |
| commit | 4e6225928e54d42a7899dc20a5f56da51e056332 (patch) | |
| tree | 27cc44228ee044d447283489a52a3fc352dfb79a /lisp/term | |
| parent | cd1c5ce121ba476ca1472cd6f84a15a34c5b2d65 (diff) | |
| download | emacs-4e6225928e54d42a7899dc20a5f56da51e056332.tar.gz emacs-4e6225928e54d42a7899dc20a5f56da51e056332.zip | |
Dock menu customization, based on a patch by Ken Raeburn, plus some other fixes.
Diffstat (limited to 'lisp/term')
| -rw-r--r-- | lisp/term/ns-win.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el index bdea472904d..b3f52c4a21a 100644 --- a/lisp/term/ns-win.el +++ b/lisp/term/ns-win.el | |||
| @@ -279,6 +279,7 @@ The properties returned may include `top', `left', `height', and `width'." | |||
| 279 | (define-key global-map [ns-insert-working-text] 'ns-insert-working-text) | 279 | (define-key global-map [ns-insert-working-text] 'ns-insert-working-text) |
| 280 | (define-key global-map [ns-delete-working-text] 'ns-delete-working-text) | 280 | (define-key global-map [ns-delete-working-text] 'ns-delete-working-text) |
| 281 | (define-key global-map [ns-spi-service-call] 'ns-spi-service-call) | 281 | (define-key global-map [ns-spi-service-call] 'ns-spi-service-call) |
| 282 | (define-key global-map [ns-new-frame] 'make-frame) | ||
| 282 | 283 | ||
| 283 | 284 | ||
| 284 | 285 | ||
| @@ -384,6 +385,7 @@ this defaults to \"printenv\"." | |||
| 384 | (cons (logior (lsh 0 16) 9) 'ns-insert-working-text) | 385 | (cons (logior (lsh 0 16) 9) 'ns-insert-working-text) |
| 385 | (cons (logior (lsh 0 16) 10) 'ns-delete-working-text) | 386 | (cons (logior (lsh 0 16) 10) 'ns-delete-working-text) |
| 386 | (cons (logior (lsh 0 16) 11) 'ns-spi-service-call) | 387 | (cons (logior (lsh 0 16) 11) 'ns-spi-service-call) |
| 388 | (cons (logior (lsh 0 16) 12) 'ns-new-frame) | ||
| 387 | (cons (logior (lsh 1 16) 32) 'f1) | 389 | (cons (logior (lsh 1 16) 32) 'f1) |
| 388 | (cons (logior (lsh 1 16) 33) 'f2) | 390 | (cons (logior (lsh 1 16) 33) 'f2) |
| 389 | (cons (logior (lsh 1 16) 34) 'f3) | 391 | (cons (logior (lsh 1 16) 34) 'f3) |