Explorar o código

Minor change: check for " " as well as " "

Fred Gilham hai 4 días
pai
achega
623249b5a9
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      bible-mode.el

+ 1 - 0
bible-mode.el

@@ -1178,6 +1178,7 @@ If VERSE is supplied, set cursor at verse."
 			    ("‘ " . "‘")
 ;;;			    (" ”" . "”")
 ;;;			    (" ’" . "’")
+			    ("   " . " ")
 			    ("  " . " ")
 			    )
 			  nil (point-min) (point-max))