dict-mode.el
changeset 846 357f5c6bb23d
parent 845 6c199c07f0c8
child 848 8125f4d8b6d4
equal deleted inserted replaced
845:6c199c07f0c8 846:357f5c6bb23d
    35   (list
    35   (list
    36    (lambda nil
    36    (lambda nil
    37      (use-local-map dict-c5-mode-map)
    37      (use-local-map dict-c5-mode-map)
    38      (modify-syntax-entry ?' ".")
    38      (modify-syntax-entry ?' ".")
    39      (modify-syntax-entry ?\" ".")
    39      (modify-syntax-entry ?\" ".")
       
    40      (setq font-lock-multiline t)
    40      ))
    41      ))
    41   )
    42   )
    42 
    43 
    43 ;;; dict-mode.el ends here
    44 ;;; dict-mode.el ends here