mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-11 14:01:43 -08:00
add test for
GitHub-reference: https://github.com/jwiegley/use-package/issues/845
This commit is contained in:
parent
950068809b
commit
de49954965
1 changed files with 6 additions and 0 deletions
|
|
@ -1936,6 +1936,12 @@
|
|||
(define-prefix-command 'my/map)
|
||||
(bind-key "<f1>" 'my/map nil nil))))
|
||||
|
||||
(defvar test-map (make-keymap))
|
||||
|
||||
(ert-deftest bind-key/845 ()
|
||||
(bind-key "C-c f" 'ignore 'test-map)
|
||||
(describe-personal-keybindings))
|
||||
|
||||
;; Local Variables:
|
||||
;; indent-tabs-mode: nil
|
||||
;; no-byte-compile: t
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue