aboutsummaryrefslogtreecommitdiff
path: root/custom/org-checklist.el
diff options
context:
space:
mode:
Diffstat (limited to 'custom/org-checklist.el')
-rw-r--r--custom/org-checklist.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/custom/org-checklist.el b/custom/org-checklist.el
index e7d9b4682..170f449e6 100644
--- a/custom/org-checklist.el
+++ b/custom/org-checklist.el
@@ -47,9 +47,8 @@
;;; Code:
(require 'org)
(defvar org-state)
-;; FIXME: This library requires
-;; https://git.savannah.gnu.org/cgit/a2ps.git/tree/contrib/emacs/a2ps-print.el file
-;; It is a part of a2ps distribution.
+;; Optional print support: a2ps-print.el ships with a2ps. Without it, checklist
+;; reset/export still works, but print commands that call a2ps-buffer are absent.
(load "a2ps-print" 'no-error)
(defvar a2ps-switches)
(declare-function a2ps-buffer "a2ps-print" (argp))