]> git.eshelyaron.com Git - emacs.git/commitdiff
(viper-movement-commands): Escape literal semicolon.
authorKarl Heuer <kwzh@gnu.org>
Wed, 23 Sep 1998 23:42:22 +0000 (23:42 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 23 Sep 1998 23:42:22 +0000 (23:42 +0000)
lisp/emulation/viper-cmd.el

index 1ccb84c34bfd4651969d326464418e332038b428..1f88554f3cef50680494bd2e031732c6eeaeaf0d 100644 (file)
@@ -97,7 +97,7 @@
 (defconst viper-movement-commands '(?b ?B ?e ?E ?f ?F ?G ?h ?H ?j ?k ?l
                                     ?H ?M ?L ?n ?t ?T ?w ?W ?$ ?%
                                     ?^ ?( ?) ?- ?+ ?| ?{ ?} ?[ ?] ?' ?`
-                                    ?; ?, ?0 ?? ?/ ?\C-m ?\ 
+                                    ?\; ?, ?0 ?? ?/ ?\C-m ?\ 
                                     space return
                                     delete backspace
                                     )