aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-10-30 13:08:55 +0100
committerLars Ingebrigtsen2019-10-30 13:16:44 +0100
commite1409379f7ce60eb845a0b9c3a614af4f5fac694 (patch)
tree95136e61c64a5c8222bbb81e7cc7f1b3bcc6ab07 /etc
parent305dbc7e2be05748039aacb1a3d697f6f64bed4c (diff)
downloademacs-e1409379f7ce60eb845a0b9c3a614af4f5fac694.tar.gz
emacs-e1409379f7ce60eb845a0b9c3a614af4f5fac694.zip
Add a convenience function to be used when working on font locking
* doc/lispref/modes.texi (Font Lock Basics): Document it. * lisp/font-lock.el (font-lock-refontify): New convenience command.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index daf9e0e1f0c..3df50154e3e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -575,6 +575,12 @@ current and the previous or the next line, as before.
575 575
576* Changes in Specialized Modes and Packages in Emacs 27.1 576* Changes in Specialized Modes and Packages in Emacs 27.1
577 577
578+++
579** New command 'font-lock-refontify'.
580This is an interactive convenience function to be used when developing
581font locking for a mode. It recomputes the font locking data and then
582re-fontifies the buffer.
583
578--- 584---
579** The 'C' command in 'tar-mode' will now preserve the timestamp of 585** The 'C' command in 'tar-mode' will now preserve the timestamp of
580the extracted file if the new user option 'tar-copy-preserve-time' is 586the extracted file if the new user option 'tar-copy-preserve-time' is