]> git.eshelyaron.com Git - emacs.git/commit
; * lisp/epg.el (epg-signature-to-string): Use cl-case.
authorJonas Bernoulli <jonas@bernoul.li>
Wed, 15 Jul 2020 17:05:30 +0000 (19:05 +0200)
committerJonas Bernoulli <jonas@bernoul.li>
Thu, 13 Aug 2020 09:29:35 +0000 (11:29 +0200)
commit944608851c81e279287051c2a243faee7b59f3be
treede74051f2c3ae17a8493d3b7dbf2237990823e8f
parent804a0e82f2672db7cabddd99958cc97d5679beeb
; * lisp/epg.el (epg-signature-to-string): Use cl-case.

In this case we can greatly increase readability by using `cl-case'
instead of `cond'.
lisp/epg.el