From 0bdd6488fc63e9df406fdcf12874a9d12b728208 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Fri, 17 Sep 2021 12:32:59 +0200 Subject: [PATCH] ; Make change that was accidentally left out in my last commit --- lisp/emulation/viper-macs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emulation/viper-macs.el b/lisp/emulation/viper-macs.el index 74001542819..fb60f6a5458 100644 --- a/lisp/emulation/viper-macs.el +++ b/lisp/emulation/viper-macs.el @@ -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" -- 2.39.5