]> git.eshelyaron.com Git - emacs.git/commit
; * lisp/epg.el (epg-signature-to-string): Tiny refactor.
authorJonas Bernoulli <jonas@bernoul.li>
Wed, 15 Jul 2020 17:07:03 +0000 (19:07 +0200)
committerJonas Bernoulli <jonas@bernoul.li>
Thu, 13 Aug 2020 09:29:35 +0000 (11:29 +0200)
commit7ba75919ab0fc683afc304d67cf0d1bbe6d300e8
tree57aff568358a0c132b8bcecbe69e7faa01d73f08
parent944608851c81e279287051c2a243faee7b59f3be
; * lisp/epg.el (epg-signature-to-string): Tiny refactor.

`concat' treats arguments that are nil as if they were empty strings.
We therefore do not have to write (if TEST THEN "") and can just use
(and TEST THEN).
lisp/epg.el