branch: externals/do-at-point commit 539d5da7f439ca05b6f3eb227dc0587b951a86f0 Author: Philip Kaludercic <phil...@posteo.net> Commit: Philip Kaludercic <phil...@posteo.net>
Prepare package for ELPA release --- do-at-point.el | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/do-at-point.el b/do-at-point.el index a2b93a2fdf..fa047e5226 100644 --- a/do-at-point.el +++ b/do-at-point.el @@ -1,12 +1,11 @@ ;;; do-at-point.el --- Generic context-sensitive action dispatcher. -*- lexical-binding: t; -*- -;; Copyright (C) 2023 Philip Kaludercic +;; Copyright (C) 2023 Free Software Foundation, Inc. ;; 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.40 2023/08/25 19:11:27 oj14ozun Exp oj14ozun $ -;; Package-Version: 1 +;; Maintainer: Philip Kaludercic <~pkal/public-in...@lists.sr.ht> +;; URL: https://git.sr.ht/~pkal/do-at-point +;; Version: 0.1.0 ;; Package-Requires: ((emacs "26.1")) ;; Keywords: convenience