Selaa lähdekoodia

Fix more spurious spaces

Fred Gilham 2 viikkoa sitten
vanhempi
commit
f16b40ad51
1 muutettua tiedostoa jossa 4 lisäystä ja 3 poistoa
  1. 4 3
      bible-mode.el

+ 4 - 3
bible-mode.el

@@ -975,7 +975,7 @@ Note: compiler warns about unused `window' argument."
     (" 9." . "\n  9.")
     (" a." . "\n    a.")
     (" b." . "\n    b.")
-    (" c." . "\n    c.")    
+    (" c." . "\n    c.")
     (". ." . ".")
     (" . " . ". ")))
 
@@ -1239,8 +1239,9 @@ If VERSE is supplied, set cursor at verse."
 			    (" !" . "! ")
 			    ("“ " . "“")
 			    ("‘ " . "‘")
-;;;			    (" ”" . "”")
-;;;			    (" ’" . "’")
+			    (" ’" . "’")
+			    (". ”" . ".”")
+ 			    ("? ”" . "?”")
 			    ("   " . " ")
 			    ("  " . " ")
 			    )