diff options
| author | Eivind Fonn <evfonn@gmail.com> | 2020-01-13 10:21:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-13 10:21:30 +0100 |
| commit | 5b690258fcfc47ca1fed25f17e04356edc713925 (patch) | |
| tree | 9a4e5a7452160d2b873bb0cc76e6eca723bb7431 /evil-common.el | |
| parent | 210316cbf9615ade96834e30352366985752f11e (diff) | |
| parent | 0140a232474581e4aecc3c5bba4cf49a76f87a5d (diff) | |
Merge pull request #1247 from TheBB/release-1.12.171.12.17
Release 1.12.17
Diffstat (limited to 'evil-common.el')
| -rw-r--r-- | evil-common.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/evil-common.el b/evil-common.el index 5991ee3..aca66f7 100644 --- a/evil-common.el +++ b/evil-common.el @@ -2,7 +2,7 @@ ;; Author: Vegard Øye <vegard_oye at hotmail.com> ;; Maintainer: Vegard Øye <vegard_oye at hotmail.com> -;; Version: 1.12.16 +;; Version: 1.12.17 ;; ;; This file is NOT part of GNU Emacs. @@ -555,6 +555,8 @@ Translates it according to the input method." (progn (define-key new-global-map [menu-bar] (lookup-key global-map [menu-bar])) + (define-key new-global-map [tab-bar] + (lookup-key global-map [tab-bar])) (define-key new-global-map [tool-bar] (lookup-key global-map [tool-bar])) (add-to-list 'new-global-map |
