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

    Remove duplicate newline
---
 do-at-point.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/do-at-point.el b/do-at-point.el
index 51be60ac0d..c26f873073 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.31 2023/07/21 07:50:59 oj14ozun Exp 
oj14ozun $
+;; Version: $Id: do-at-point.el,v 1.32 2023/07/22 13:27:56 oj14ozun Exp 
oj14ozun $
 ;; Package-Version: 1
 ;; Package-Requires: ((emacs "26.1"))
 ;; Keywords: convenience
@@ -62,7 +62,6 @@
          :key-type symbol)
   "User option type for `do-at-point' actions.")
 
-
 (defcustom do-at-point-user-actions '()
   "Custom association of things and their respective actions.
 Refer to the user option `do-at-point-actions' for details on the

Reply via email to