Mercurial > emacs
changeset 15815:65dd474f666e
Delete code to disable f10 if motif.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 01 Aug 1996 22:25:11 +0000 |
parents | ab40944b1b6e |
children | e1e9df8a862e |
files | lisp/term/x-win.el |
diffstat | 1 files changed, 6 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/term/x-win.el Thu Aug 01 21:45:04 1996 +0000 +++ b/lisp/term/x-win.el Thu Aug 01 22:25:11 1996 +0000 @@ -700,8 +700,11 @@ ;; Don't show the frame name; that's redundant with X. (setq-default mode-line-buffer-identification '("Emacs: %12b")) -;; Motif normally handles f10 itself, so don't try to handle it a second time. -(if (featurep 'motif) - (global-set-key [f10] 'ignore)) +;;; Motif direct handling of f10 wasn't working right, +;;; So temporarily we've turned it off in lwlib-Xm.c +;;; and turned the Emacs f10 back on. +;;; ;; Motif normally handles f10 itself, so don't try to handle it a second time. +;;; (if (featurep 'motif) +;;; (global-set-key [f10] 'ignore)) ;;; x-win.el ends here