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:
parent
5cf22cacda
commit
ae9657e1f4
1 changed files with 1 additions and 0 deletions
|
|
@ -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))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue