branch: externals/do-at-point
commit 45abf78852266284ddd0d4570e000aca5a165387
Author: Philip Kaludercic <philip.kaluder...@fau.de>
Commit: Philip Kaludercic <philip.kaluder...@fau.de>

    Add 'string' to 'do-at-point-actions'
---
 do-at-point.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/do-at-point.el b/do-at-point.el
index 2745e1ff55..a565d405a4 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.2 2023/07/16 11:33:48 oj14ozun Exp 
oj14ozun $
+;; Version: $Id: do-at-point.el,v 1.3 2023/07/16 11:34:38 oj14ozun Exp 
oj14ozun $
 ;; Package-Version: 1
 ;; Package-Requires: ((emacs "26.1"))
 ;; Keywords: convenience
@@ -92,7 +92,7 @@
     (word
      (?$ "Spell check" ,(lambda () (ispell-word)))
      (?d "Dictionary" ,#'dictionary-search))
-    (sexp)
+    (string) (sexp)
     (defun
        (?e "Evaluate" ,(lambda () (eval-defun nil)))))
   "Association of things and their respective actions.

Reply via email to