projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cf22ca
)
; Declare unused cperl-mode function obsolete
author
Stefan Kangas
<stefankangas@gmail.com>
Fri, 29 Dec 2023 10:39:28 +0000
(11:39 +0100)
committer
Stefan Kangas
<stefankangas@gmail.com>
Fri, 29 Dec 2023 10:42:37 +0000
(11:42 +0100)
* lisp/progmodes/cperl-mode.el (cperl-font-lock-unfontify-region-function):
Make unused function obsolete.
lisp/progmodes/cperl-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cperl-mode.el
b/lisp/progmodes/cperl-mode.el
index 46ef155d07cb012de7eeaf1720e297827c9c5c38..d9d907b1846e31a9a99b043b94edb23812f21d05 100644
(file)
--- a/
lisp/progmodes/cperl-mode.el
+++ b/
lisp/progmodes/cperl-mode.el
@@
-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))))