Skip to content

Commit

Permalink
run-melpazoid fix typo #3.
Browse files Browse the repository at this point in the history
  • Loading branch information
jobbflykt committed Dec 15, 2023
1 parent e09465f commit 560ddcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x509-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ different openssl commands until one succeeds. Call
((x509--dwim-tester x509-pkcs7-default-arg)
(call-interactively #'x509-viewpkcs7))
(t
(call-interactively '#x509-viewasn1))))))
(call-interactively #'x509-viewasn1))))))

;; ----------------------------------------------------------------------------
;; asn1-mode
Expand Down

0 comments on commit 560ddcd

Please sign in to comment.