1
Fork 0
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:
Jimmy Yuen Ho Wong 2020-06-26 02:22:46 +01:00
parent 950068809b
commit de49954965

View file

@ -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