diff options
Diffstat (limited to 'lisp/term/iris-ansi.el')
-rw-r--r-- | lisp/term/iris-ansi.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/iris-ansi.el b/lisp/term/iris-ansi.el index 65e01bf17de..199f724e0ce 100644 --- a/lisp/term/iris-ansi.el +++ b/lisp/term/iris-ansi.el @@ -137,7 +137,7 @@ (define-key function-key-map "\e[072q" [?\C-\t]) ;; This only works if you remove the M-TAB keybing from the system.4Dwmrc ;; our your ~/.4Dwmrc, if you use the 4Dwm window manager. -(define-key function-key-map "\e[073q" [?\M-\t]) +(define-key function-key-map "\e[073q" [?\M-\t]) (define-key function-key-map "\e[074q" [?\M-q]) |