mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
; Make change that was accidentally left out in my last commit
This commit is contained in:
parent
a1b2ec6e06
commit
0bdd6488fc
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue