1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-23 10:34:07 +00:00

[motif]: Make f10 undefined.

This commit is contained in:
Richard M. Stallman 1996-04-21 05:54:18 +00:00
parent 5aa29df889
commit 9541a441a4

View File

@ -701,4 +701,8 @@ This is in addition to the primary selection.")
;; 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