mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Fix all unescaped character literals
This commit is contained in:
parent
bcbd8f7e4e
commit
3c4c8ca06e
18 changed files with 34 additions and 34 deletions
|
|
@ -90,7 +90,7 @@
|
|||
|
||||
(defconst viper-movement-commands '(?b ?B ?e ?E ?f ?F ?G ?h ?j ?k ?l
|
||||
?H ?M ?L ?n ?t ?T ?w ?W ?$ ?%
|
||||
?^ ?( ?) ?- ?+ ?| ?{ ?} ?[ ?] ?' ?`
|
||||
?^ ?\( ?\) ?- ?+ ?| ?{ ?} ?\[ ?\] ?' ?`
|
||||
?\; ?, ?0 ?? ?/ ?\ ?\C-m
|
||||
space return
|
||||
delete backspace
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue