diff options
author | Yuchen Pei <id@ypei.org> | 2025-08-31 19:28:32 +1000 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2025-08-31 19:28:32 +1000 |
commit | 6dfa980bf4ed1762108bf2ffc4e9e0b680263cc5 (patch) | |
tree | 1053c73366481f4caba6ebeca6329a4893d49f2b | |
parent | 0b8b5137b02e5c2fdf12b6aa141beac0336b9cb7 (diff) |
Use default array type of json arrays
-rw-r--r-- | ttrss.el | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -169,7 +169,6 @@ with 'ttrss-parse-request' as a callback." Return a property list of the response, or, optionally, the PROPERTY value of said property list." (let ((json-object-type 'plist) - (json-array-type 'list) (json-false nil)) (goto-char (point-min)) (search-forward-regexp "\n\n") |