aboutsummaryrefslogtreecommitdiff
path: root/lisp/hcel-results.el
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-09-06 12:25:11 +1000
committerYuchen Pei <hi@ypei.me>2022-09-06 12:25:11 +1000
commitf1c952f0b88904eadafd63f677df989f9f81a866 (patch)
tree3d8b11c03b215afd61361f1c9c9f3af715cdca67 /lisp/hcel-results.el
parentd4da245f8ad35d80bd1965d39c7fe9d306ecd03c (diff)
adding support for find definition in hcel-minor mode
Diffstat (limited to 'lisp/hcel-results.el')
-rw-r--r--lisp/hcel-results.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/hcel-results.el b/lisp/hcel-results.el
index 59213e6..6f9a29e 100644
--- a/lisp/hcel-results.el
+++ b/lisp/hcel-results.el
@@ -197,7 +197,7 @@ Start by choosing a package."
(alist-get 'packageId (plist-get props 'location-info))
(alist-get 'modulePath (plist-get props 'location-info))
(plist-get props 'internal-id)))
- (t (error "%S not supported!" major-mode)))))
+ (t (error "%S not supported and not in eldoc doc buffer." major-mode)))))
(defun hcel-find-references-internal (package-id module-path identifier)
(when (and package-id module-path identifier)