changeset 23313:fdd00554260b

(viper-movement-commands): Escape literal semicolon.
author Karl Heuer <kwzh@gnu.org>
date Wed, 23 Sep 1998 23:42:22 +0000
parents 6f7f0f3876e3
children 87acd2b6ce97
files lisp/emulation/viper-cmd.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emulation/viper-cmd.el	Wed Sep 23 23:38:11 1998 +0000
+++ b/lisp/emulation/viper-cmd.el	Wed Sep 23 23:42:22 1998 +0000
@@ -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
 				     )