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

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

[elpa] externals/openpgp 7742862e4a 20/30: Fix formatting of outline hea


From: ELPA Syncer
Subject: [elpa] externals/openpgp 7742862e4a 20/30: Fix formatting of outline headers
Date: Sun, 26 Mar 2023 10:59:28 -0400 (EDT)

branch: externals/openpgp
commit 7742862e4a8f512cb484d7f7266f6e2a9cd7c5c4
Author: Philip Kaludercic <philip.kaludercic@fau.de>
Commit: Philip Kaludercic <philip.kaludercic@fau.de>

    Fix formatting of outline headers
---
 openpgp.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/openpgp.el b/openpgp.el
index 5c3685c829..234c00eebf 100644
--- a/openpgp.el
+++ b/openpgp.el
@@ -45,7 +45,7 @@ NOTE: currently the default value is the only working 
keyserver,
 as federation hasn't been implemented yet."
   :type 'string)
 
- ;; FETCHING KEYS
+;;; Fetching Keys
 
 (defsubst openpgp--api-url (endpoint &optional arg)
   "Construct VKS request querying ENDPOINT.
@@ -82,7 +82,7 @@ URL, if non-nil."
   (url-retrieve (openpgp--api-url "by-email" (url-hexify-string email))
                #'openpgp--process-key))
 
- ;; UPLOADING KEYS
+;;; Uploading Keys
 
 (defun openpgp--key-ids ()
   (let* ((keys (epg-list-keys (epg-make-context)))
@@ -177,7 +177,7 @@ key."
         (out (shell-command-to-string cmd)))
     (openpgp-upload-key-string email out)))
 
- ;; MAIL CLIENT SUPPORT
+;;; Mail Client Support
 
 (with-eval-after-load 'rmail
   (defun openpgp-rmail-fetch-key ()



reply via email to

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