log-edit: Don't add rear-nonsticky to font-lock-extra-managed-props
* lisp/vc/log-edit.el (log-edit-mode): Don't add rear-nonsticky to font-lock-extra-managed-props (bug#77197). Investigated by Paul D. Nelson <ultrano@gmail.com>. Fix due to Stefan Monnier.
This commit is contained in:
parent
5830d1fa65
commit
0503766495
1 changed files with 0 additions and 1 deletions
|
@ -572,7 +572,6 @@ the \\[vc-prefix-map] prefix for VC commands, for example).
|
|||
\\{log-edit-mode-map}"
|
||||
(setq-local font-lock-defaults '(log-edit-font-lock-keywords t))
|
||||
(make-local-variable 'font-lock-extra-managed-props)
|
||||
(cl-pushnew 'rear-nonsticky font-lock-extra-managed-props)
|
||||
(cl-pushnew 'display-line-numbers-disable font-lock-extra-managed-props)
|
||||
(setq-local jit-lock-contextually t) ;For the "first line is summary".
|
||||
(setq-local fill-paragraph-function #'log-edit-fill-entry)
|
||||
|
|
Loading…
Add table
Reference in a new issue