; Make change that was accidentally left out in my last commit

This commit is contained in:
Stefan Kangas 2021-09-17 12:32:59 +02:00
parent a1b2ec6e06
commit 0bdd6488fc

View file

@ -166,7 +166,7 @@ a key is a symbol, e.g., `a', `\\1', `f2', etc., or a list, e.g.,
(if (member
key
'(?\b ?\d '^? '^H (control h) (control \?) backspace delete))
(setq key-seq (viper-subseq key-seq 0 (- (length key-seq) 2))))
(setq key-seq (seq-subseq key-seq 0 (- (length key-seq) 2))))
(setq message
(format
":map%s %s"