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 | |
| 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.
| -rw-r--r-- | doc/misc/gnus.texi | 10 | ||||
| -rw-r--r-- | lisp/progmodes/f90.el | 7 | ||||
| -rw-r--r-- | lisp/ps-print.el | 10 | ||||
| -rw-r--r-- | lisp/vc/ediff.el | 11 |
4 files changed, 13 insertions, 25 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 |
diff --git a/lisp/progmodes/f90.el b/lisp/progmodes/f90.el index 526865e6f61..197ec7f2e26 100644 --- a/lisp/progmodes/f90.el +++ b/lisp/progmodes/f90.el | |||
| @@ -116,12 +116,11 @@ | |||
| 116 | ;; non-nil, the line numbers are never touched. | 116 | ;; non-nil, the line numbers are never touched. |
| 117 | ;; 2) Multi-; statements like "do i=1,20 ; j=j+i ; end do" are not handled | 117 | ;; 2) Multi-; statements like "do i=1,20 ; j=j+i ; end do" are not handled |
| 118 | ;; correctly, but I imagine them to be rare. | 118 | ;; correctly, but I imagine them to be rare. |
| 119 | ;; 3) Regexps for hilit19 are no longer supported. | 119 | ;; 3) For FIXED FORMAT code, use fortran mode. |
| 120 | ;; 4) For FIXED FORMAT code, use fortran mode. | 120 | ;; 4) Preprocessor directives, i.e., lines starting with # are left-justified |
| 121 | ;; 5) Preprocessor directives, i.e., lines starting with # are left-justified | ||
| 122 | ;; and are untouched by all case-changing commands. There is, at present, no | 121 | ;; and are untouched by all case-changing commands. There is, at present, no |
| 123 | ;; mechanism for treating multi-line directives (continued by \ ). | 122 | ;; mechanism for treating multi-line directives (continued by \ ). |
| 124 | ;; 6) f77 do-loops do 10 i=.. ; ; 10 continue are not correctly indented. | 123 | ;; 5) f77 do-loops do 10 i=.. ; ; 10 continue are not correctly indented. |
| 125 | ;; You are urged to use f90-do loops (with labels if you wish). | 124 | ;; You are urged to use f90-do loops (with labels if you wish). |
| 126 | 125 | ||
| 127 | ;; List of user commands | 126 | ;; List of user commands |
diff --git a/lisp/ps-print.el b/lisp/ps-print.el index af366066f71..58b701e22cd 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el | |||
| @@ -1320,11 +1320,11 @@ Please send all bug fixes and enhancements to | |||
| 1320 | ;; Known bugs and limitations of ps-print | 1320 | ;; Known bugs and limitations of ps-print |
| 1321 | ;; -------------------------------------- | 1321 | ;; -------------------------------------- |
| 1322 | ;; | 1322 | ;; |
| 1323 | ;; Automatic font-attribute detection doesn't work well, especially with | 1323 | ;; Automatic font-attribute detection doesn't work well. Users having |
| 1324 | ;; hilit19 and older versions of get-create-face. Users having problems with | 1324 | ;; problems with auto-font detection should use the lists |
| 1325 | ;; auto-font detection should use the lists `ps-italic-faces', `ps-bold-faces' | 1325 | ;; `ps-italic-faces', `ps-bold-faces' and `ps-underlined-faces' and/or |
| 1326 | ;; and `ps-underlined-faces' and/or turn off automatic detection by setting | 1326 | ;; turn off automatic detection by setting `ps-auto-font-detect' to |
| 1327 | ;; `ps-auto-font-detect' to nil. | 1327 | ;; nil. |
| 1328 | ;; | 1328 | ;; |
| 1329 | ;; Still too slow; could use some hand-optimization. | 1329 | ;; Still too slow; could use some hand-optimization. |
| 1330 | ;; | 1330 | ;; |
diff --git a/lisp/vc/ediff.el b/lisp/vc/ediff.el index 7841c256034..63369462e89 100644 --- a/lisp/vc/ediff.el +++ b/lisp/vc/ediff.el | |||
| @@ -89,12 +89,11 @@ | |||
| 89 | ;; underlining. However, if the region is already underlined by some other | 89 | ;; underlining. However, if the region is already underlined by some other |
| 90 | ;; overlays, there is no simple way to temporarily remove that residual | 90 | ;; overlays, there is no simple way to temporarily remove that residual |
| 91 | ;; underlining. This problem occurs when a buffer is highlighted with | 91 | ;; underlining. This problem occurs when a buffer is highlighted with |
| 92 | ;; hilit19.el or font-lock.el packages. If this residual highlighting gets | 92 | ;; font-lock.el packages. If this residual highlighting gets in the way, you |
| 93 | ;; in the way, you can do the following. Both font-lock.el and hilit19.el | 93 | ;; can do the following. font-lock.el provides commands for unhighlighting |
| 94 | ;; provide commands for unhighlighting buffers. You can either place these | 94 | ;; buffers. You can either place these commands in `ediff-prepare-buffer-hook' |
| 95 | ;; commands in `ediff-prepare-buffer-hook' (which will unhighlight every | 95 | ;; (which will unhighlight every buffer used by Ediff) or you can execute |
| 96 | ;; buffer used by Ediff) or you can execute them interactively, at any time | 96 | ;; them interactively, at any time and in any buffer. |
| 97 | ;; and on any buffer. | ||
| 98 | 97 | ||
| 99 | 98 | ||
| 100 | ;;; Acknowledgments: | 99 | ;;; Acknowledgments: |