Browse Source

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

Fred Gilham 4 days ago
parent
commit
623249b5a9
1 changed files with 1 additions and 0 deletions
  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))