]> git.eshelyaron.com Git - emacs.git/commitdiff
; Make change that was accidentally left out in my last commit
authorStefan Kangas <stefan@marxist.se>
Fri, 17 Sep 2021 10:32:59 +0000 (12:32 +0200)
committerStefan Kangas <stefan@marxist.se>
Fri, 17 Sep 2021 10:32:59 +0000 (12:32 +0200)
lisp/emulation/viper-macs.el

index 74001542819da0704bbf321e86a6466375987d34..fb60f6a5458e9ffce76282391c9f14542ee7c3eb 100644 (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"