From: Po Lu Date: Sat, 20 Nov 2021 06:15:46 +0000 (+0800) Subject: Fix option type of `xwidget-webkit-cookie-file' again X-Git-Tag: emacs-29.0.90~2852^2~179 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0a3b55aca336088ab3c5e77e1b442da2960c23e4;p=emacs.git Fix option type of `xwidget-webkit-cookie-file' again * lisp/xwidget.el (xwidget-webkit-cookie-file): Revert changes caused by rebase. --- 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