summaryrefslogtreecommitdiff
path: root/lisp/emulation
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-09-17 12:32:59 +0200
committerStefan Kangas <stefan@marxist.se>2021-09-17 12:32:59 +0200
commit0bdd6488fc63e9df406fdcf12874a9d12b728208 (patch)
treedf65f3a137ca108c884a5a3e8dabbd30741333e0 /lisp/emulation
parenta1b2ec6e06690ac51e9cf0f13338c345674594e1 (diff)
downloademacs-0bdd6488fc63e9df406fdcf12874a9d12b728208.tar.gz
; Make change that was accidentally left out in my last commit
Diffstat (limited to 'lisp/emulation')
-rw-r--r--lisp/emulation/viper-macs.el2
1 files changed, 1 insertions, 1 deletions
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"