diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-08-12 17:48:30 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-08-12 17:49:54 +0200 |
commit | 72fc7258bf328b48bb032f607778ce81316276d4 (patch) | |
tree | bc7b60ec7858ef55e8254866fb9bdf1d911e7c93 /lisp/ps-print.el | |
parent | e746fc2e7b54d962569a61c15d14c34294d9647e (diff) | |
download | emacs-72fc7258bf328b48bb032f607778ce81316276d4.tar.gz |
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 'lisp/ps-print.el')
-rw-r--r-- | lisp/ps-print.el | 10 |
1 files changed, 5 insertions, 5 deletions
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 ;; Known bugs and limitations of ps-print ;; -------------------------------------- ;; -;; Automatic font-attribute detection doesn't work well, especially with -;; hilit19 and older versions of get-create-face. Users having problems with -;; auto-font detection should use the lists `ps-italic-faces', `ps-bold-faces' -;; and `ps-underlined-faces' and/or turn off automatic detection by setting -;; `ps-auto-font-detect' to nil. +;; Automatic font-attribute detection doesn't work well. Users having +;; problems with auto-font detection should use the lists +;; `ps-italic-faces', `ps-bold-faces' and `ps-underlined-faces' and/or +;; turn off automatic detection by setting `ps-auto-font-detect' to +;; nil. ;; ;; Still too slow; could use some hand-optimization. ;; |