branch: externals/org-remark
commit 335293a03ec58e2a35d1980eae7921c74b5a5579
Author: Noboru Ota <m...@nobiot.com>
Commit: Noboru Ota <m...@nobiot.com>

    style(line):Clean up comments
---
 org-remark-line.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/org-remark-line.el b/org-remark-line.el
index 8155454c48..fdb510e6a1 100644
--- a/org-remark-line.el
+++ b/org-remark-line.el
@@ -112,7 +112,6 @@ marginal area does not exist, its width will be returned as 
nil."
   (let ((window (or window (get-buffer-window))))
     (when (and (windowp window) (not (window-minibuffer-p window)))
       (cl-destructuring-bind (left-width . right-width) (window-margins)
-        ;; TODO make this part compatible with right margin
         (unless org-remark-line-margins-set-p
           (setq org-remark-line-margins-original (window-margins))
           (setq org-remark-line-margins-set-p t))

Reply via email to