From 0a3b55aca336088ab3c5e77e1b442da2960c23e4 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Sat, 20 Nov 2021 14:15:46 +0800 Subject: [PATCH] Fix option type of `xwidget-webkit-cookie-file' again * lisp/xwidget.el (xwidget-webkit-cookie-file): Revert changes caused by rebase. --- lisp/xwidget.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/xwidget.el b/lisp/xwidget.el index 3cccfb6bcfa..df9625b264f 100644 --- a/lisp/xwidget.el +++ b/lisp/xwidget.el @@ -113,7 +113,7 @@ It can use the following special constructs: They will be stored as plain text in Mozilla \"cookies.txt\" format. If nil, do not store cookies. You must kill all xwidget-webkit buffers for this setting to take effect after setting it to nil." - :type 'string + :type '(choice (const :tag "Do not store cookies" nil) file) :version "29.1") ;;;###autoload -- 2.39.2