emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/setup b2def86f4a 1/3: Change maintainer address to publ


From: ELPA Syncer
Subject: [elpa] externals/setup b2def86f4a 1/3: Change maintainer address to public inbox
Date: Tue, 15 Feb 2022 07:58:06 -0500 (EST)

branch: externals/setup
commit b2def86f4a17274a8fcb51446ad0d9de30a078ff
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Change maintainer address to public inbox
---
 setup.el | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/setup.el b/setup.el
index 8c7277c38c..52434f2dd3 100644
--- a/setup.el
+++ b/setup.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2021  Free Software Foundation, Inc.
 
 ;; Author: Philip Kaludercic <philipk@posteo.net>
-;; Maintainer: Philip Kaludercic <philipk@posteo.net>
+;; Maintainer: Philip Kaludercic <~pkal/public-inbox@lists.sr.ht>
 ;; Version: 1.2.0
 ;; Package-Requires: ((emacs "26.1"))
 ;; Keywords: lisp, local
@@ -281,6 +281,17 @@ functions `func'.  Any other value is invalid."
 (add-to-list 'elisp-xref-find-def-functions
              #'setup--xref-def-function)
 
+(defun setup--describe-macro (symbol)
+  ""
+  (when (assq symbol setup-macros)
+    (let ((start (point)))
+      (insert (or (get symbol 'setup-documentation)
+                  "No documentation."))
+      (fill-region start (point)))))
+
+(add-hook 'help-fns-describe-function-functions
+          #'setup--describe-macro)
+
 
 ;;; Common utility functions for local macros
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]