* etc/NEWS: Update to reflect change.
* lisp/xwidget.el (xwidget-webkit-cookie-file): Set default
value to nil.
*** New user option 'xwidget-webkit-cookie-file'.
Using this option you can control whether the xwidget-webkit buffers
save cookies set by web pages, and if so, in which file to save them.
-the default is the file 'xwidget-webkit-cookies.txt' under
-'~/.emacs.d' directory.
+++
*** New minor mode 'xwidget-webkit-edit-mode'.
:type 'string
:version "29.1")
-(defcustom xwidget-webkit-cookie-file
- (file-name-concat user-emacs-directory
- "xwidget-webkit-cookies.txt")
+(defcustom xwidget-webkit-cookie-file nil
"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."