]> git.eshelyaron.com Git - emacs.git/commit
Fix VC repo URL detection in bug-reference-mode
authorBasil L. Contovounesios <contovob@tcd.ie>
Sun, 19 Sep 2021 20:13:17 +0000 (21:13 +0100)
committerBasil L. Contovounesios <contovob@tcd.ie>
Mon, 20 Sep 2021 13:41:13 +0000 (14:41 +0100)
commit7d5930a6f0c7b44c00df403d5fe8a3f40e51902f
treec9a14f584a974875f73b4d558f638a771f0fb88c
parentd16e51e8d289400f6724ed9a568da7fb2237a472
Fix VC repo URL detection in bug-reference-mode

* lisp/progmodes/bug-reference.el (bug-reference-try-setup-from-vc):
Pass file or directory name in question as the first argument to the
backend's repository-url implementation (bug#50689).  Use when-let
and seq-some to flatten nested conditionals.
lisp/progmodes/bug-reference.el