]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix option type of `xwidget-webkit-cookie-file' again
authorPo Lu <luangruo@yahoo.com>
Sat, 20 Nov 2021 06:15:46 +0000 (14:15 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 20 Nov 2021 06:15:46 +0000 (14:15 +0800)
* lisp/xwidget.el (xwidget-webkit-cookie-file): Revert changes
caused by rebase.

lisp/xwidget.el

index 3cccfb6bcfac64c36ff0b4c4c0a1368b26f46430..df9625b264fda5503a55cd974037fee16845ff03 100644 (file)
@@ -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