emacs-diffs
[Top][All Lists]
Advanced

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

master 0a3b55a: Fix option type of `xwidget-webkit-cookie-file' again


From: Po Lu
Subject: master 0a3b55a: Fix option type of `xwidget-webkit-cookie-file' again
Date: Sat, 20 Nov 2021 01:16:21 -0500 (EST)

branch: master
commit 0a3b55aca336088ab3c5e77e1b442da2960c23e4
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    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 3cccfb6..df9625b 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



reply via email to

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