projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35de477
)
Fix option type of `xwidget-webkit-cookie-file' again
author
Po Lu
<luangruo@yahoo.com>
Sat, 20 Nov 2021 06:15:46 +0000
(14:15 +0800)
committer
Po 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
patch
|
blob
|
history
diff --git
a/lisp/xwidget.el
b/lisp/xwidget.el
index 3cccfb6bcfac64c36ff0b4c4c0a1368b26f46430..df9625b264fda5503a55cd974037fee16845ff03 100644
(file)
--- 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