From 01bb9357c905ab641f944c2856b256fe082424a3 Mon Sep 17 00:00:00 2001 From: Fulvio di Girolamo Date: Mon, 29 Mar 2021 14:22:13 +0200 Subject: [PATCH] Tolerate colon characters inside code --- core/autoload/help.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/autoload/help.el b/core/autoload/help.el index 05d52dd14..13e2d7ee3 100644 --- a/core/autoload/help.el +++ b/core/autoload/help.el @@ -594,7 +594,7 @@ If prefix arg is present, refresh the cache." (insert "This package is configured in the following locations:") (dolist (location configs) (insert "\n" indent) - (cl-destructuring-bind (file line _match) + (cl-destructuring-bind (file line _match &rest) (split-string location ":") (doom--help-insert-button location (expand-file-name file doom-emacs-dir)