diff options
| author | Stefan Kangas | 2022-08-12 17:48:30 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-08-12 17:49:54 +0200 |
| commit | 72fc7258bf328b48bb032f607778ce81316276d4 (patch) | |
| tree | bc7b60ec7858ef55e8254866fb9bdf1d911e7c93 /doc/misc | |
| parent | e746fc2e7b54d962569a61c15d14c34294d9647e (diff) | |
| download | emacs-72fc7258bf328b48bb032f607778ce81316276d4.tar.gz emacs-72fc7258bf328b48bb032f607778ce81316276d4.zip | |
Delete references to deleted library hilit19.el
* doc/misc/gnus.texi (Compatibility):
* lisp/progmodes/f90.el:
* lisp/ps-print.el:
* lisp/vc/ediff.el: Delete references to hilit19.el.
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/gnus.texi | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index d608f3113fd..9f7403ae8f5 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -27021,16 +27021,6 @@ maintains a hash table that points to the entries in this alist (which | |||
| 27021 | speeds up many functions), and changing the alist directly will lead to | 27021 | speeds up many functions), and changing the alist directly will lead to |
| 27022 | peculiar results. | 27022 | peculiar results. |
| 27023 | 27023 | ||
| 27024 | @cindex hilit19 | ||
| 27025 | @cindex highlighting | ||
| 27026 | Old hilit19 code does not work at all. In fact, you should probably | ||
| 27027 | remove all hilit code from all Gnus hooks | ||
| 27028 | (@code{gnus-group-prepare-hook} and @code{gnus-summary-prepare-hook}). | ||
| 27029 | Gnus provides various integrated functions for highlighting. These are | ||
| 27030 | faster and more accurate. To make life easier for everybody, Gnus will | ||
| 27031 | by default remove all hilit calls from all hilit hooks. Uncleanliness! | ||
| 27032 | Away! | ||
| 27033 | |||
| 27034 | Packages like @code{expire-kill} will no longer work. As a matter of | 27024 | Packages like @code{expire-kill} will no longer work. As a matter of |
| 27035 | fact, you should probably remove all old @sc{gnus} packages (and other | 27025 | fact, you should probably remove all old @sc{gnus} packages (and other |
| 27036 | code) when you start using Gnus. More likely than not, Gnus already | 27026 | code) when you start using Gnus. More likely than not, Gnus already |