mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix obsolete (when|if)-let messages in Emacs 26
This commit is contained in:
@ -27,7 +27,7 @@ repository root."
|
||||
(defun +vcs/git-browse-issues ()
|
||||
"Open the github issues page for current repo."
|
||||
(interactive)
|
||||
(if-let (root (+vcs-root))
|
||||
(if-let* ((root (+vcs-root)))
|
||||
(browse-url (concat root "/issues"))
|
||||
(user-error "No git root found!")))
|
||||
|
||||
|
Reference in New Issue
Block a user