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:
parent
7f6244364b
commit
00a30a752e
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue