Add alias for removed font-lock function
As part of 18947103fa
,
`font-lock-fontify-syntactically-region' was renamed to
`font-lock-default-fontify-sytactically'.
* lisp/font-lock.el (font-lock-fontify-syntactically-region): Add
obsolete alias for the renamed function.
Copyright-paperwork-exempt: yes
This commit is contained in:
parent
d6c8d5dbc9
commit
a488a6870a
1 changed files with 1 additions and 0 deletions
|
@ -2361,6 +2361,7 @@ in which C preprocessor directives are used, e.g. `asm-mode' and
|
|||
|
||||
(define-obsolete-function-alias 'font-lock-after-fontify-buffer #'ignore "29.1")
|
||||
(define-obsolete-function-alias 'font-lock-after-unfontify-buffer #'ignore "29.1")
|
||||
(define-obsolete-function-alias 'font-lock-fontify-syntactically-region #'font-lock-default-fontify-syntactically "29.1")
|
||||
|
||||
|
||||
(provide 'font-lock)
|
||||
|
|
Loading…
Add table
Reference in a new issue