Re-indent line

This commit is contained in:
Protesilaos Stavrou 2022-06-08 19:16:30 +03:00
parent 0e65f05bbb
commit d08a72e19a
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -122,7 +122,7 @@ This heading is appended to a file when another links to it.")
(insert (format "- %s\n" origin-link))
;; delete duplicate links
(when heading-point
(delete-duplicate-lines heading-point (point-max) nil nil t)))))
(delete-duplicate-lines heading-point (point-max) nil nil t)))))
(defun denote-link-clear-stale-backlinks ()
"Delete backlinks that no longer point to files."