diff options
Diffstat (limited to 'lisp/term')
| -rw-r--r-- | lisp/term/ns-win.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el index a92a5c5305d..dd40b4b32f6 100644 --- a/lisp/term/ns-win.el +++ b/lisp/term/ns-win.el | |||
| @@ -101,7 +101,9 @@ | |||
| 101 | 101 | ||
| 102 | ;; Set (but not used?) in frame.el. | 102 | ;; Set (but not used?) in frame.el. |
| 103 | (defvar x-display-name nil | 103 | (defvar x-display-name nil |
| 104 | "The name of the Nextstep display on which Emacs was started.") | 104 | "The name of the window display on which Emacs was started. |
| 105 | On X, the display name of individual X frames is recorded in the | ||
| 106 | `display' frame parameter.") | ||
| 105 | 107 | ||
| 106 | ;; nsterm.m. | 108 | ;; nsterm.m. |
| 107 | (defvar ns-input-file) | 109 | (defvar ns-input-file) |
| @@ -309,7 +311,7 @@ The properties returned may include `top', `left', `height', and `width'." | |||
| 309 | (defalias 'do-applescript 'ns-do-applescript) | 311 | (defalias 'do-applescript 'ns-do-applescript) |
| 310 | 312 | ||
| 311 | (defun x-setup-function-keys (frame) | 313 | (defun x-setup-function-keys (frame) |
| 312 | "Set up function keys on the graphical frame FRAME." | 314 | "Set up `function-key-map' on the graphical frame FRAME." |
| 313 | (unless (terminal-parameter frame 'x-setup-function-keys) | 315 | (unless (terminal-parameter frame 'x-setup-function-keys) |
| 314 | (with-selected-frame frame | 316 | (with-selected-frame frame |
| 315 | (setq interprogram-cut-function 'x-select-text | 317 | (setq interprogram-cut-function 'x-select-text |