equal
deleted
inserted
replaced
55 (font-lock-multiline . t) |
55 (font-lock-multiline . t) |
56 )) |
56 )) |
57 (use-local-map dict-c5-mode-map) |
57 (use-local-map dict-c5-mode-map) |
58 (modify-syntax-entry ?' ".") |
58 (modify-syntax-entry ?' ".") |
59 (modify-syntax-entry ?\" ".") |
59 (modify-syntax-entry ?\" ".") |
|
60 (make-local-variable 'paragraph-separate) |
|
61 (setq paragraph-separate "\\([ \t\f]*\\|_\\{5,\\}\\)$") |
|
62 (make-local-variable 'paragraph-start) |
|
63 (setq paragraph-start paragraph-separate) |
60 (add-hook 'font-lock-extend-region-functions 'dict-c5-font-lock-extend-region t) |
64 (add-hook 'font-lock-extend-region-functions 'dict-c5-font-lock-extend-region t) |
61 ) |
65 ) |
62 |
66 |
63 ;;; dict-mode.el ends here |
67 ;;; dict-mode.el ends here |