--- a/dict-mode.el Tue Dec 20 20:20:14 2011 +0200 +++ b/dict-mode.el Tue Dec 20 21:12:34 2011 +0200 @@ -37,6 +37,7 @@ (use-local-map dict-c5-mode-map) (modify-syntax-entry ?' ".") (modify-syntax-entry ?\" ".") + (setq font-lock-multiline t) )) )