# HG changeset patch # User Richard M. Stallman # Date 838938311 0 # Node ID 65dd474f666e83bd09299fa0e99e7cc132be45fc # Parent ab40944b1b6e331eb0eb194c7d98df9ba6b68353 Delete code to disable f10 if motif. diff -r ab40944b1b6e -r 65dd474f666e lisp/term/x-win.el --- 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