emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 3817ced: * lisp/xwidget.el (xwidget-webkit-cookie-file): Fix type


From: Glenn Morris
Subject: master 3817ced: * lisp/xwidget.el (xwidget-webkit-cookie-file): Fix type.
Date: Fri, 19 Nov 2021 21:36:22 -0500 (EST)

branch: master
commit 3817ced7ba4c053d6d39b26cc193f122d42f05fb
Author: Glenn Morris <rgm@gnu.org>
Commit: Glenn Morris <rgm@gnu.org>

    * lisp/xwidget.el (xwidget-webkit-cookie-file): Fix type.
---
 lisp/xwidget.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/xwidget.el b/lisp/xwidget.el
index e9a0507..33b6c16 100644
--- a/lisp/xwidget.el
+++ b/lisp/xwidget.el
@@ -112,7 +112,7 @@ It can use the following special constructs:
   "The name of the file where `xwidget-webkit-browse-url' will store cookies.
 They will be stored as plain text in Mozilla \"cookies.txt\"
 format.  If nil, do not store cookies."
-  :type 'string
+  :type '(choice (const :tag "Do not store cookies" nil) file)
   :version "29.1")
 
 ;;;###autoload



reply via email to

[Prev in Thread] Current Thread [Next in Thread]