changeset 15058:767429c4d3d2

[motif]: Make f10 undefined.
author Richard M. Stallman <rms@gnu.org>
date Sun, 21 Apr 1996 05:54:18 +0000
parents 3f71523422e9
children 3b7454f2d662
files lisp/term/x-win.el
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/term/x-win.el	Sun Apr 21 05:53:27 1996 +0000
+++ b/lisp/term/x-win.el	Sun Apr 21 05:54:18 1996 +0000
@@ -701,4 +701,8 @@
 ;; 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))
+
 ;;; x-win.el ends here