branch: externals/org-remark commit f7031507db51d79f0c2e17f747f287a533e20afb Author: Noboru Ota <m...@nobiot.com> Commit: Noboru Ota <m...@nobiot.com>
fix: defgeneric seems needed anyway.. --- org-remark.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-remark.el b/org-remark.el index 6b5e95dcc9..225d54197d 100644 --- a/org-remark.el +++ b/org-remark.el @@ -781,7 +781,7 @@ Optionally ID can be passed to find the exact ID match." ;; functions here mostly assume the current buffer is the source ;; buffer. -;; (cl-defgeneric org-remark-highlight-mark-overlay (_org-remark-type)) +(cl-defgeneric org-remark-highlight-mark-overlay (_org-remark-type)) (cl-defmethod org-remark-highlight-mark-overlay (ov face (_org-remark-type (eql nil))) (overlay-put ov 'face (if face face 'org-remark-highlighter)))