diff options
| -rw-r--r-- | lisp/term/x-win.el | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index 08819f28df6..1d927d71a18 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el | |||
| @@ -700,8 +700,11 @@ This is in addition to the primary selection.") | |||
| 700 | ;; Don't show the frame name; that's redundant with X. | 700 | ;; Don't show the frame name; that's redundant with X. |
| 701 | (setq-default mode-line-buffer-identification '("Emacs: %12b")) | 701 | (setq-default mode-line-buffer-identification '("Emacs: %12b")) |
| 702 | 702 | ||
| 703 | ;; Motif normally handles f10 itself, so don't try to handle it a second time. | 703 | ;;; Motif direct handling of f10 wasn't working right, |
| 704 | (if (featurep 'motif) | 704 | ;;; So temporarily we've turned it off in lwlib-Xm.c |
| 705 | (global-set-key [f10] 'ignore)) | 705 | ;;; and turned the Emacs f10 back on. |
| 706 | ;;; ;; Motif normally handles f10 itself, so don't try to handle it a second time. | ||
| 707 | ;;; (if (featurep 'motif) | ||
| 708 | ;;; (global-set-key [f10] 'ignore)) | ||
| 706 | 709 | ||
| 707 | ;;; x-win.el ends here | 710 | ;;; x-win.el ends here |