1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-04 22:50:59 -08:00

Require CertFP files for rcirc to exist

* lisp/net/rcirc.el (rcirc-authinfo): Adjust the types for the
key and certificate file from 'string' to 'file'.
This commit is contained in:
Philip Kaludercic 2025-06-09 13:09:53 +02:00
parent 7f6244364b
commit 00a30a752e
No known key found for this signature in database

View file

@ -302,8 +302,8 @@ Examples:
(string :tag "Password"))
(list :tag "CertFP"
(const certfp)
(string :tag "Key")
(string :tag "Certificate")))))
(file :tag "Key" :must-match t)
(file :tag "Certificate" :must-match t)))))
(defcustom rcirc-auto-authenticate-flag t
"Non-nil means automatically send authentication string to server.