branch: externals/do-at-point commit ea332d68fdf1215ee8d0dfbd6ff26c15c654898a Author: Philip Kaludercic <philip.kaluder...@fau.de> Commit: Philip Kaludercic <philip.kaluder...@fau.de>
Add a (require 'thingatpt) --- do-at-point.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/do-at-point.el b/do-at-point.el index 6a7f76fe92..a9a4cd9dad 100644 --- a/do-at-point.el +++ b/do-at-point.el @@ -5,7 +5,7 @@ ;; Author: Philip Kaludercic <phil...@posteo.net> ;; Maintainer: Philip Kaludercic <phil...@posteo.net> ;; URL: https://wwwcip.cs.fau.de/~oj14ozun/src+etc/do-at-point.el -;; Version: $Id: do-at-point.el,v 1.29 2023/07/21 07:48:52 oj14ozun Exp oj14ozun $ +;; Version: $Id: do-at-point.el,v 1.30 2023/07/21 07:49:24 oj14ozun Exp oj14ozun $ ;; Package-Version: 1 ;; Package-Requires: ((emacs "26.1")) ;; Keywords: convenience @@ -58,6 +58,7 @@ (eval-when-compile (require 'pcase)) (require 'seq) +(require 'thingatpt) (defgroup do-at-point '() "Generic context-sensitive action dispatcher."