[elpa] externals/compat 62da199f0a: Version 29.1.3.2

2023-02-01 Thread ELPA Syncer
branch: externals/compat commit 62da199f0a9c2f8917bfe74b3ec1882f9d6a9d02 Author: Daniel Mendler Commit: Daniel Mendler Version 29.1.3.2 --- NEWS.org| 4 +++- compat.el | 2 +- compat.texi | 6 +++--- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/NEWS.org b/NEWS.org in

[elpa] externals/ef-themes e60d89296a: Inherit 'mode-line' in powerline instead of 'mode-line-active'

2023-02-01 Thread ELPA Syncer
branch: externals/ef-themes commit e60d89296a28090609275bf3abad0e1e3ec16461 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Inherit 'mode-line' in powerline instead of 'mode-line-active' The latter is not available on Emacs 27. --- ef-themes.el | 2 +- 1 file changed, 1 ins

[elpa] externals/standard-themes bd2291c6ab: Inherit 'mode-line' in powerline instead of 'mode-line-active'

2023-02-01 Thread ELPA Syncer
branch: externals/standard-themes commit bd2291c6ab762cc4a467b90716389c0d4da06373 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Inherit 'mode-line' in powerline instead of 'mode-line-active' The latter is not available on Emacs 27. --- standard-themes.el | 2 +- 1 file ch

[elpa] externals/compat b1e2a804a4 1/2: Improve manual

2023-02-01 Thread ELPA Syncer
branch: externals/compat commit b1e2a804a453ee93713a5a4ad8c45a134dffbcb8 Author: Daniel Mendler Commit: Daniel Mendler Improve manual --- compat.texi | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/compat.texi b/compat.texi index 2867d350e7..2e013ccd26 1006

[elpa] externals/compat d85e90bf1f 2/2: CI: Do not ignore texi

2023-02-01 Thread ELPA Syncer
branch: externals/compat commit d85e90bf1f917aae11367eb62d35d2c423c6173c Author: Daniel Mendler Commit: Daniel Mendler CI: Do not ignore texi We test in CI if the manuals builds. --- .github/workflows/makefile.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflo

[elpa] externals/compat updated (62da199f0a -> d85e90bf1f)

2023-02-01 Thread ELPA Syncer
elpasync pushed a change to branch externals/compat. from 62da199f0a Version 29.1.3.2 new b1e2a804a4 Improve manual new d85e90bf1f CI: Do not ignore texi Summary of changes: .github/workflows/makefile.yml | 2 -- compat.texi| 13 + 2 files

[elpa] externals/realgud-lldb 74d442abc8 2/2: Merge branch 'master' of github.com:realgud/realgud-lldb

2023-02-01 Thread ELPA Syncer
branch: externals/realgud-lldb commit 74d442abc8469bb6277702f9c60fa479848009b2 Merge: 3885efb54c 19a2c0a8b2 Author: rocky Commit: rocky Merge branch 'master' of github.com:realgud/realgud-lldb --- lldb/lldb.el | 8 1 file changed, 8 insertions(+) diff --git a/lldb/lldb.el b/lldb/l

[elpa] externals/realgud-lldb 3885efb54c 1/2: Add GPLv3 LICENCSE

2023-02-01 Thread ELPA Syncer
branch: externals/realgud-lldb commit 3885efb54c6331a4f6920b0f0d934c5c10f8fa73 Author: rocky Commit: rocky Add GPLv3 LICENCSE --- LICENSE | 674 1 file changed, 674 insertions(+) diff --git a/LICENSE b/LICENSE new file mode 1

[nongnu] elpa/wgrep f40e1edb48 1/8: Fix whitespace

2023-02-01 Thread ELPA Syncer
branch: elpa/wgrep commit f40e1edb483e9f392f3d421b3a1cf7ac3831f3dc Author: Jonas Bernoulli Commit: Jonas Bernoulli Fix whitespace --- wgrep-ag.el | 12 ++-- wgrep-subtest.el | 1 - wgrep.el | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/wgrep-a

[nongnu] elpa/wgrep updated (f9687c28bb -> 712cfff548)

2023-02-01 Thread ELPA Syncer
elpasync pushed a change to branch elpa/wgrep. from f9687c28bb Merge branch 'outline' of https://github.com/tarsiiformes/Emacs-wgrep into tarsiiformes-outline new acea5b6902 add editorconfig new f40e1edb48 Fix whitespace new 1f2a335b9c Use line-beginning-position in

[nongnu] elpa/wgrep 1f2a335b9c 2/8: Use line-beginning-position instead of point-at-bol

2023-02-01 Thread ELPA Syncer
branch: elpa/wgrep commit 1f2a335b9c72b963668c31ee079ab943800b212e Author: Jonas Bernoulli Commit: Jonas Bernoulli Use line-beginning-position instead of point-at-bol Likewise use line-end-position instead of point-at-eol. The point-at-{bol,eol} functions are obsolete since

[nongnu] elpa/wgrep 712cfff548 8/8: add gitignore temporary directory created when unittest

2023-02-01 Thread ELPA Syncer
branch: elpa/wgrep commit 712cfff5484d64171bd9a58c5431eeba4ac123fa Author: Masahiro Hayashi Commit: Masahiro Hayashi add gitignore temporary directory created when unittest --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c531d9867f..8ee585341

[nongnu] elpa/wgrep acea5b6902 3/8: add editorconfig

2023-02-01 Thread ELPA Syncer
branch: elpa/wgrep commit acea5b690265759a09df52e76ce34ee8acb44c06 Author: Masahiro Hayashi Commit: Masahiro Hayashi add editorconfig --- .editorconfig | 12 1 file changed, 12 insertions(+) diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00..d36d

[nongnu] elpa/wgrep 3faf2e429e 6/8: revision up

2023-02-01 Thread ELPA Syncer
branch: elpa/wgrep commit 3faf2e429ee36f1c71cd637f0a550d31c5a0bf56 Author: Masahiro Hayashi Commit: Masahiro Hayashi revision up --- wgrep-ag.el | 2 +- wgrep.el| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wgrep-ag.el b/wgrep-ag.el index 1ea4372722..339c026757

[nongnu] elpa/wgrep 6202978e74 5/8: Merge branch 'tarsiiformes-obsolete'

2023-02-01 Thread ELPA Syncer
branch: elpa/wgrep commit 6202978e7455218ae971197635f8504ff49dbd9a Merge: acea5b6902 0ebf0781f8 Author: Masahiro Hayashi Commit: Masahiro Hayashi Merge branch 'tarsiiformes-obsolete' --- wgrep-ag.el | 12 ++-- wgrep-subtest.el | 1 - wgrep.el | 39 -

[nongnu] elpa/wgrep 0ebf0781f8 4/8: Merge branch 'obsolete' of github.com:tarsiiformes/wgrep into tarsiiformes-obsolete

2023-02-01 Thread ELPA Syncer
branch: elpa/wgrep commit 0ebf0781f81a758d6df34d5ce0c9d7723f176239 Merge: acea5b6902 1f2a335b9c Author: Masahiro Hayashi Commit: Masahiro Hayashi Merge branch 'obsolete' of github.com:tarsiiformes/wgrep into tarsiiformes-obsolete --- wgrep-ag.el | 12 ++-- wgrep-subtest.el |

[nongnu] elpa/wgrep b5ed28d959 7/8: apply editorconfig

2023-02-01 Thread ELPA Syncer
branch: elpa/wgrep commit b5ed28d95964e09763b8ea469f843b655fe8fd94 Author: Masahiro Hayashi Commit: Masahiro Hayashi apply editorconfig --- wgrep-test.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wgrep-test.el b/wgrep-test.el index fee811b705..6d6f333a3e 100644 ---

[elpa] externals/org 9a00f6cd78: org-cite: Clarify how multiple bibliography sources are combined

2023-02-01 Thread ELPA Syncer
branch: externals/org commit 9a00f6cd78f711cffd24ceb48ddcb0fcfae90f16 Author: Ihor Radchenko Commit: Ihor Radchenko org-cite: Clarify how multiple bibliography sources are combined * doc/org-manual.org (Citations): Clarify that all the global and local bibliographies are used to

[elpa] externals-release/org updated (32b64607ad -> 81c03fb850)

2023-02-01 Thread ELPA Syncer
elpasync pushed a change to branch externals-release/org. from 32b64607ad org-element-cache-map: Fix when inside indirect buffer new 2cf8430350 lisp/ob-sql.el: allow string in sql-connection-alist new 81c03fb850 lisp/ob-eval.el: Append newline to source block query Summary

[elpa] externals/org b4a1133a18 1/2: org-babel-eval: Clarify the purpose of 4a751709b in code

2023-02-01 Thread ELPA Syncer
branch: externals/org commit b4a1133a189421a9e25e55d63505de5658a257e5 Author: Ihor Radchenko Commit: Ihor Radchenko org-babel-eval: Clarify the purpose of 4a751709b in code * lisp/ob-eval.el (org-babel-eval): Add comment. --- lisp/ob-eval.el | 1 + 1 file changed, 1 insertion(+) d

[elpa] externals-release/org 2cf8430350 1/2: lisp/ob-sql.el: allow string in sql-connection-alist

2023-02-01 Thread ELPA Syncer
branch: externals-release/org commit 2cf8430350714a9b0417f8cfa181728a42968828 Author: Andreas Gerler Commit: Ihor Radchenko lisp/ob-sql.el: allow string in sql-connection-alist * ob-sql.el (org-babel-find-db-connection-param): read sql-connection-alist like sql.el/sql-connect an

[elpa] externals/org updated (9a00f6cd78 -> c8d20d023f)

2023-02-01 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 9a00f6cd78 org-cite: Clarify how multiple bibliography sources are combined new b4a1133a18 org-babel-eval: Clarify the purpose of 4a751709b in code new 2cf8430350 lisp/ob-sql.el: allow string in sql-connection-alist

[elpa] externals/org c8d20d023f 2/2: Merge branch 'bugfix'

2023-02-01 Thread ELPA Syncer
branch: externals/org commit c8d20d023f5a4011e6e77c245f265c9ee5cfc230 Merge: b4a1133a18 81c03fb850 Author: Ihor Radchenko Commit: Ihor Radchenko Merge branch 'bugfix'

[elpa] externals-release/org 81c03fb850 2/2: lisp/ob-eval.el: Append newline to source block query

2023-02-01 Thread ELPA Syncer
branch: externals-release/org commit 81c03fb850e78c505d25e927241d3939974e7acf Author: Matthew Trzcinski Commit: Ihor Radchenko lisp/ob-eval.el: Append newline to source block query * lisp/ob-eval.el (org-babel-eval): Newline facilitates working with Windows cmdproxy.exe.

[elpa] externals/brief 94471036e4: * brief.el: more compatibility issues fix resulted from earlier changes

2023-02-01 Thread Luke Lee
branch: externals/brief commit 94471036e4fd356d6c8a7dd72622123e18c95e75 Author: Luke Lee Commit: Luke Lee * brief.el: more compatibility issues fix resulted from earlier changes Due to the earlier dependency removing of 'cl' package , `incf' and `decf' are no longer valid on new

[elpa] externals/transient c6cf2f2705 01/16: manual: Link to psionic-k's tutorial

2023-02-01 Thread Jonas Bernoulli
branch: externals/transient commit c6cf2f2705ab56cd89d807e723ce45b9fcdfb9e1 Author: Jonas Bernoulli Commit: Jonas Bernoulli manual: Link to psionic-k's tutorial --- docs/transient.org | 8 docs/transient.texi | 9 + 2 files changed, 17 insertions(+) diff --git a/docs/tran

[elpa] externals/transient 72d1f05cbd 13/16: Revert "Deal with commands that use the minibuffer outside of interactive"

2023-02-01 Thread Jonas Bernoulli
branch: externals/transient commit 72d1f05cbd353fceff4eb028dff0eccc3584303a Author: Jonas Bernoulli Commit: Jonas Bernoulli Revert "Deal with commands that use the minibuffer outside of interactive" This reverts commit 804c27f1f585c05a777c288fbcfa1c16a3c0cd45. Doing that fi

[elpa] externals/transient 5337e5eb44 07/16: transient-define-{*}: Error if ARGLIST is missing

2023-02-01 Thread Jonas Bernoulli
branch: externals/transient commit 5337e5eb449aeb00408240c2e669192f2cdc9343 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient-define-{*}: Error if ARGLIST is missing The ARGLIST added to `transient--expand-define-args' has to be optional for backward compatibility with u

[elpa] externals/transient 402c7bd4a5 14/16: manual: Use two dashes to separate years in copyright

2023-02-01 Thread Jonas Bernoulli
branch: externals/transient commit 402c7bd4a538a3352aa2320d00e34b7d647d0de2 Author: Jonas Bernoulli Commit: Jonas Bernoulli manual: Use two dashes to separate years in copyright --- docs/transient.org | 2 +- docs/transient.texi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) dif

[elpa] externals/transient 3a1484cce3 05/16: ci: Use new reusable workflows

2023-02-01 Thread Jonas Bernoulli
branch: externals/transient commit 3a1484cce3be896a2609d892143567c90c0c5737 Author: Jonas Bernoulli Commit: Jonas Bernoulli ci: Use new reusable workflows --- .github/workflows/manual.yml | 29 +++-- .github/workflows/stats.yml | 23 --- 2 files

[elpa] externals/transient c3610b56f0 16/16: transient-font-lock-keywords: Add transient-define-groups

2023-02-01 Thread Jonas Bernoulli
branch: externals/transient commit c3610b56f0e98103375357567b3747e8ecd868f9 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient-font-lock-keywords: Add transient-define-groups --- lisp/transient.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/transient.el

[elpa] externals/transient b735dbdf5e 06/16: ci: Add compile workflow

2023-02-01 Thread Jonas Bernoulli
branch: externals/transient commit b735dbdf5e0c75a2fab6ef68f55f3ff36d08ca39 Author: Jonas Bernoulli Commit: Jonas Bernoulli ci: Add compile workflow --- .github/workflows/compile.yml | 6 ++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/compile.yml b/.github/workflows/

[elpa] externals/transient 4a823dbf7f 09/16: manual: Add an example for transient-append-suffix

2023-02-01 Thread Jonas Bernoulli
branch: externals/transient commit 4a823dbf7f57f97877a519d12b949b5b202d517c Author: Jonas Bernoulli Commit: Jonas Bernoulli manual: Add an example for transient-append-suffix --- docs/transient.org | 11 ++- docs/transient.texi | 11 ++- 2 files changed, 20 insertions(+), 2

[elpa] externals/transient f27c840aec 12/16: transient-suffix-object: Disambiguate duplicated suffix commands

2023-02-01 Thread Jonas Bernoulli
branch: externals/transient commit f27c840aec9d37c1784636511e8768ffe3431cab Author: Jonas Bernoulli Commit: Jonas Bernoulli transient-suffix-object: Disambiguate duplicated suffix commands This makes it possible to bind the same command multiple times as a suffix of a transient

[elpa] externals/transient 239be53b01 02/16: Bump copyright years

2023-02-01 Thread Jonas Bernoulli
branch: externals/transient commit 239be53b01e003c5206087d850d9672a42dc4b32 Author: Jonas Bernoulli Commit: Jonas Bernoulli Bump copyright years --- docs/transient.texi | 2 +- lisp/transient.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/transient.texi b/d

[elpa] externals/transient updated (72d30284ab -> c3610b56f0)

2023-02-01 Thread Jonas Bernoulli
tarsius pushed a change to branch externals/transient. from 72d30284ab manual: Incorporate minor fixes from Emacs new c6cf2f2705 manual: Link to psionic-k's tutorial new 239be53b01 Bump copyright years new 911dcb9631 readme: Add badges new 1c7b7055ae readme:

[elpa] externals/transient 1c7b7055ae 04/16: readme: Fix alt text

2023-02-01 Thread Jonas Bernoulli
branch: externals/transient commit 1c7b7055ae20fdbedffbdb5c18ee6b949c8ed5f6 Author: Jonas Bernoulli Commit: Jonas Bernoulli readme: Fix alt text --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 22ceb00b3d..160471f52b 100644 ---

[elpa] externals/transient 911dcb9631 03/16: readme: Add badges

2023-02-01 Thread Jonas Bernoulli
branch: externals/transient commit 911dcb9631c064d9e64e9bb3ea0145dbc42b9fc8 Author: Jonas Bernoulli Commit: Jonas Bernoulli readme: Add badges --- README.org | 7 +++ 1 file changed, 7 insertions(+) diff --git a/README.org b/README.org index 053fa92de9..22ceb00b3d 100644 --- a/README.o

[elpa] externals/transient 31c8211819 11/16: transient-parse-suffix{, es}: Correct docstrings

2023-02-01 Thread Jonas Bernoulli
branch: externals/transient commit 31c8211819b47ae89a213cde65183049ad5580d6 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient-parse-suffix{,es}: Correct docstrings --- lisp/transient.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/transient.el b/lisp/

[elpa] externals/transient d800ce01e6 08/16: Use equal to compare with empty vector

2023-02-01 Thread Jonas Bernoulli
branch: externals/transient commit d800ce01e62c896f4aef8ad14a03f49f781c5b38 Author: Jonas Bernoulli Commit: Jonas Bernoulli Use equal to compare with empty vector --- lisp/transient.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/transient.el b/lisp/transient

[elpa] externals/transient 202086e4e6 15/16: transient-suffix-object: Limit use of this-original-command

2023-02-01 Thread Jonas Bernoulli
branch: externals/transient commit 202086e4e641798fd18cc66891d2279793d8fcf3 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient-suffix-object: Limit use of this-original-command We only need to use `this-original-command' is `transient-set-level', but for other commands it

[elpa] externals/transient 69c70b527d 10/16: transient-columns: Fix docstring typo

2023-02-01 Thread Jonas Bernoulli
branch: externals/transient commit 69c70b527d3d9100f6f8fba78ec149ca8c5e2ecb Author: Jonas Bernoulli Commit: Jonas Bernoulli transient-columns: Fix docstring typo --- lisp/transient.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/transient.el b/lisp/transient.

[elpa] externals/greader updated (92b8b1e204 -> a24dc35e59)

2023-02-01 Thread ELPA Syncer
elpasync pushed a change to branch externals/greader. from 92b8b1e204 Merge branch 'experimental' new c3c9f87bb2 Better handling of sentences. new a24dc35e59 greader-mac.el: support for `get-text' and `next-text' added. Summary of changes: greader-mac.el | 22 +++

[elpa] externals/greader a24dc35e59 2/2: greader-mac.el: support for `get-text' and `next-text' added.

2023-02-01 Thread ELPA Syncer
branch: externals/greader commit a24dc35e593b1a54547eb16cc204479a5f9e4fc5 Author: Michelangelo Rodriguez Commit: Michelangelo Rodriguez greader-mac.el: support for `get-text' and `next-text' added. --- greader-mac.el | 22 ++ 1 file changed, 22 insertions(+) diff --git

[elpa] externals/greader c3c9f87bb2 1/2: Better handling of sentences.

2023-02-01 Thread ELPA Syncer
branch: externals/greader commit c3c9f87bb2f0686f98067b50ae869beb2ef72129 Author: Michelangelo Rodriguez Commit: Michelangelo Rodriguez Better handling of sentences. --- greader.el | 24 +++- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/greader.el b/gre

[nongnu] elpa/bash-completion ffb3f88aaf: Improve Bash process detection (#60)

2023-02-01 Thread ELPA Syncer
branch: elpa/bash-completion commit ffb3f88aaf0db92ea4a2b6c60ea11d4a19245852 Author: montag451 Commit: GitHub Improve Bash process detection (#60) The current way of checking if a process is a Bash process is not correct particularly with remote Bash processes. For example if th

[nongnu] elpa/sweeprolog updated (9f283d440c -> 86b629b99b)

2023-02-01 Thread ELPA Syncer
elpasync pushed a change to branch elpa/sweeprolog. from 9f283d440c * (sweeprolog-rename-variable): report results if interactive new 12590d7d32 ENHANCED: provide exact buffer positions for cross references new 78b8ceb0fc * (xref-backend-references): report progress while

[nongnu] elpa/sweeprolog 12590d7d32 1/4: ENHANCED: provide exact buffer positions for cross references

2023-02-01 Thread ELPA Syncer
branch: elpa/sweeprolog commit 12590d7d3295c1e69628f649023e318e8b2ac7bf Author: Eshel Yaron Commit: Eshel Yaron ENHANCED: provide exact buffer positions for cross references * sweep.pl (reference_span/5): new predicate. (sweep_predicate_references/2): use it to find exact charac

[nongnu] elpa/sweeprolog 86b629b99b 4/4: Announce recent changes in NEWS.org and bump version to 0.15.0

2023-02-01 Thread ELPA Syncer
branch: elpa/sweeprolog commit 86b629b99bdbe288372033132da58992aa70d517 Author: Eshel Yaron Commit: Eshel Yaron Announce recent changes in NEWS.org and bump version to 0.15.0 --- NEWS.org | 18 ++ sweeprolog.el | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-)

[nongnu] elpa/sweeprolog 2f1e6c035f 3/4: Avoid moving cursor while renaming variables from context menu

2023-02-01 Thread ELPA Syncer
branch: elpa/sweeprolog commit 2f1e6c035fd256e15b18d38d0553c91ec740d59c Author: Eshel Yaron Commit: Eshel Yaron Avoid moving cursor while renaming variables from context menu * sweeprolog.el (sweeprolog-analyze-term-at-point): new optional argument POINT. (sweeprolog-rename-

[nongnu] elpa/sweeprolog 78b8ceb0fc 2/4: * (xref-backend-references): report progress while formatting refs

2023-02-01 Thread ELPA Syncer
branch: elpa/sweeprolog commit 78b8ceb0fcef5f516913d5868c74966fe06b9d44 Author: Eshel Yaron Commit: Eshel Yaron * (xref-backend-references): report progress while formatting refs --- sweeprolog.el | 25 ++--- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git

[nongnu] elpa/org-auto-tangle 817eabf902: Update License.org

2023-02-01 Thread ELPA Syncer
branch: elpa/org-auto-tangle commit 817eabf902e759e96782bdc54d2dab36c4a2c5ab Author: nixyghast Commit: GitHub Update License.org --- License.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/License.org b/License.org index b4f47f9806..0b1759d5c4 100644 --- a/License.or

[elpa] externals/compat f3c4dbd7da: Update readme

2023-02-01 Thread ELPA Syncer
branch: externals/compat commit f3c4dbd7da3f14d104e94fdb7dd0291fc6456536 Author: Daniel Mendler Commit: Daniel Mendler Update readme --- compat.texi | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/compat.texi b/compat.texi index 2e013ccd26..7c18051fbc 10

[elpa] externals/websocket 1f086f14f0: Update to version 1.14

2023-02-01 Thread Andrew Hyatt
branch: externals/websocket commit 1f086f14f0f55f55eafd09f404f48e924157c1d1 Author: Andrew Hyatt Commit: Andrew Hyatt Update to version 1.14 This version has a bug fix for properly setting the websocket to closed when it is closed abnormally. --- websocket.el | 3 ++- 1 file c