1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 03:20:39 -08:00

; Declare unused cperl-mode function obsolete

* lisp/progmodes/cperl-mode.el (cperl-font-lock-unfontify-region-function):
Make unused function obsolete.
This commit is contained in:
Stefan Kangas 2023-12-29 11:39:28 +01:00
parent 5cf22cacda
commit ae9657e1f4

View file

@ -8823,6 +8823,7 @@ Delay of auto-help controlled by `cperl-lazy-help-time'."
;;; Plug for wrong font-lock:
(defun cperl-font-lock-unfontify-region-function (beg end)
(declare (obsolete nil "30.1"))
(with-silent-modifications
(remove-text-properties beg end '(face nil))))