Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
da6edafc
Commit
da6edafc
authored
Feb 18, 2020
by
Jonas Bernoulli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/epg-config.el (epg-config--make-gpg-configuration): Fix indentation.
parent
bb6fe683
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
lisp/epg-config.el
lisp/epg-config.el
+7
-7
No files found.
lisp/epg-config.el
View file @
da6edafc
...
@@ -202,13 +202,13 @@ version requirement is met."
...
@@ -202,13 +202,13 @@ version requirement is met."
(
cond
(
cond
((
eq
type
'group
)
((
eq
type
'group
)
(
if
(
string-match
"\\`\\([^:]+\\):"
args
)
(
if
(
string-match
"\\`\\([^:]+\\):"
args
)
(
setq
groups
(
setq
groups
(
cons
(
cons
(
downcase
(
match-string
1
args
))
(
cons
(
cons
(
downcase
(
match-string
1
args
))
(
delete
""
(
split-string
(
delete
""
(
split-string
(
substring
args
(
substring
args
(
match-end
0
))
(
match-end
0
))
";"
)))
";"
)))
groups
))
groups
))
(
if
epg-debug
(
if
epg-debug
(
message
"Invalid group configuration: %S"
args
))))
(
message
"Invalid group configuration: %S"
args
))))
((
memq
type
'
(
pubkey
cipher
digest
compress
))
((
memq
type
'
(
pubkey
cipher
digest
compress
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment