From: Stefan Kangas Date: Fri, 17 Sep 2021 10:32:59 +0000 (+0200) Subject: ; Make change that was accidentally left out in my last commit X-Git-Tag: emacs-28.0.90~904 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0bdd6488fc63e9df406fdcf12874a9d12b728208;p=emacs.git ; Make change that was accidentally left out in my last commit --- 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"