log-edit-font-lock-keywords

log-edit-font-lock-keywords is a variable defined in `log-edit.el'.
Its value is shown below.
  • This variable may be risky if used as a file-local variable.

Documentation:
Not documented as a variable.

Value:

((log-edit-match-to-eoh ("^\\(\\([[:alpha:]-]+\\):\\)[ ]*\\(.*\\(\n[ ].*\\)*\\)\n?" (progn (goto-char (match-beginning 0)) (match-end 0)) nil (1 (if (assoc-string (match-string 2) log-edit-headers-alist t) 'log-edit-header 'log-edit-unknown-header) nil lax) (3 (or (cdr (assoc-string (match-string 2) log-edit-headers-alist t)) 'log-edit-header) nil lax)) ("^\n" (progn (goto-char (match-end 0)) (1+ (match-end 0))) nil (0 '(:height 0.1 :inverse-video t)))) (log-edit--match-first-line (0 'log-edit-summary)))