From: Benson Chu Date: Wed, 21 Dec 2022 23:41:32 +0000 (-0600) Subject: Add alias for removed font-lock function X-Git-Tag: emacs-29.0.90~1048 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a488a6870acc6df67cc6790a756c5d45f21d7b85;p=emacs.git Add alias for removed font-lock function As part of 18947103fabf8070738b3bd9c5a8d02f90988a3d, `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 --- diff --git a/lisp/font-lock.el b/lisp/font-lock.el index bf9a179d6ae..2dfbe3ad232 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -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)