diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-03-20 01:16:26 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-03-20 01:26:21 +0100 |
commit | 0eeb865aae3373343c18b7674fde91f280edafef (patch) | |
tree | 77357b89a099ed9215fed815da820cef56548d48 /lisp/bindings.el | |
parent | 7607d1c4e854cf55701aef3446092d3f510697ce (diff) | |
download | emacs-0eeb865aae3373343c18b7674fde91f280edafef.tar.gz emacs-0eeb865aae3373343c18b7674fde91f280edafef.tar.bz2 emacs-0eeb865aae3373343c18b7674fde91f280edafef.zip |
Assume something more recent than X11R6
* lisp/bindings.el:
* lisp/menu-bar.el:
* lisp/printing.el:
* lisp/thumbs.el (thumbs-conversion-program): Assume we have something
more recent than X11R6.
Diffstat (limited to 'lisp/bindings.el')
-rw-r--r-- | lisp/bindings.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el index a502373997a..6eac528eb61 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -1211,7 +1211,7 @@ if `inhibit-field-text-motion' is non-nil." ;; (define-key global-map [kp-9] 'function-key-error) ;; (define-key global-map [kp-equal] 'function-key-error) -;; X11R6 distinguishes these keys from the non-kp keys. +;; X11 distinguishes these keys from the non-kp keys. ;; Make them behave like the non-kp keys unless otherwise bound. ;; FIXME: rather than list such mappings for every modifier-combination, ;; we should come up with a way to do it generically, something like |