소스 검색

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

Fred Gilham 4 일 전
부모
커밋
623249b5a9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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))