diff options
Diffstat (limited to 'lisp/term/common-win.el')
-rw-r--r-- | lisp/term/common-win.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/term/common-win.el b/lisp/term/common-win.el index 0df5e57ee27..f43056976a2 100644 --- a/lisp/term/common-win.el +++ b/lisp/term/common-win.el @@ -125,9 +125,9 @@ is not used)." ;;; (cons (logior (lsh 0 16) 9) 'ns-insert-working-text) ;;; (cons (logior (lsh 0 16) 10) 'ns-delete-working-text) (cons (logior (lsh 0 16) 11) 'ns-spi-service-call) -;;; (cons (logior (lsh 0 16) 12) 'ns-new-frame) + (cons (logior (lsh 0 16) 12) 'ns-new-frame) (cons (logior (lsh 0 16) 13) 'ns-toggle-toolbar) -;;; (cons (logior (lsh 0 16) 14) 'ns-show-prefs) + (cons (logior (lsh 0 16) 14) 'ns-show-prefs) )))) (set-terminal-parameter frame 'x-setup-function-keys t))) |