]> git.eshelyaron.com Git - emacs.git/commitdiff
Require CertFP files for rcirc to exist
authorPhilip Kaludercic <philipk@posteo.net>
Mon, 9 Jun 2025 11:09:53 +0000 (13:09 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 18 Jun 2025 08:01:18 +0000 (10:01 +0200)
* lisp/net/rcirc.el (rcirc-authinfo): Adjust the types for the
key and certificate file from 'string' to 'file'.

(cherry picked from commit 00a30a752ecdf927f532ccf504d52392ef9d98da)

lisp/net/rcirc.el

index b9970ea573ac0d385a5457aa8396d7bb2c7873e0..9e1b930749d437c0f59c5e3c47862dbcce7c8ecd 100644 (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.