diff options
| -rw-r--r-- | lisp/term/x-win.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index f9c78f5af01..b5f35c2de88 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el | |||
| @@ -701,4 +701,8 @@ This is in addition to the primary selection.") | |||
| 701 | ;; Don't show the frame name; that's redundant with X. | 701 | ;; Don't show the frame name; that's redundant with X. |
| 702 | (setq-default mode-line-buffer-identification '("Emacs: %12b")) | 702 | (setq-default mode-line-buffer-identification '("Emacs: %12b")) |
| 703 | 703 | ||
| 704 | ;; Motif normally handles f10 itself, so don't try to handle it a second time. | ||
| 705 | (if (featurep 'motif) | ||
| 706 | (global-set-key [f10] 'ignore)) | ||
| 707 | |||
| 704 | ;;; x-win.el ends here | 708 | ;;; x-win.el ends here |