[elpa] externals/excorporate e9047fd: Move excorporate-customize-time-zone

2021-04-06 Thread Thomas Fitzsimmons
branch: externals/excorporate commit e9047fd55c5196125165c3f7bcceba7b755ef21d Author: Thomas Fitzsimmons Commit: Thomas Fitzsimmons Move excorporate-customize-time-zone * excorporate-time-zones.el (excorporate-customize-time-zone): Move function to excorporate.el. *

[elpa] externals/excorporate fe5226e: Document how to work around a stuck connection

2021-04-06 Thread Thomas Fitzsimmons
branch: externals/excorporate commit fe5226eefb4698ef04718f5b801194cfc7f61438 Author: Thomas Fitzsimmons Commit: Thomas Fitzsimmons Document how to work around a stuck connection * excorporate.texi (Top): Add index. (Troubleshooting): Add a paragraph about stuck connections.

[elpa] externals/relint ae9e68d: Eliminate a frequent regexp match

2021-04-06 Thread ELPA Syncer
branch: externals/relint commit ae9e68d61b902a22cafe766d7fbc353cc1ed1f71 Author: Mattias Engdegård Commit: Mattias Engdegård Eliminate a frequent regexp match Using `char-after` with `memq instead of `looking-at` gives a (tiny) speed-up. --- relint.el | 2 +- 1 file changed, 1

[elpa] externals/xr c9bd04f: Reduce expensive regexp-matching

2021-04-06 Thread ELPA Syncer
branch: externals/xr commit c9bd04f2eeae215dfae48f6239d25338254ff2f4 Author: Mattias Engdegård Commit: Mattias Engdegård Reduce expensive regexp-matching Look at individual characters in order to reduce calls to `looking-at`, and reorder `cond` clauses for efficiency (using the

[elpa] main 81d1bc3: * elpa-packages ("relint", "xr"): Auto.sync.

2021-04-06 Thread Mattias Engdeg�rd
branch: main commit 81d1bc3e3ca0fcc5a614530d7fe9b3f086586d44 Author: Mattias Engdegård Commit: Mattias Engdegård * elpa-packages ("relint", "xr"): Auto.sync. --- elpa-packages | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/elpa-packages b/elpa-packages index

[elpa] externals/javaimp 1102deb: javaimp-maven.el (javaimp--maven-visit): Improve comment

2021-04-06 Thread Filipp Gunbin
branch: externals/javaimp commit 1102deb2dd5f3a0d27d43b47db795d1af173e1da Author: Filipp Gunbin Commit: Filipp Gunbin javaimp-maven.el (javaimp--maven-visit): Improve comment --- javaimp-maven.el | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git

[elpa] externals/org updated (5a91a23 -> 196aae4)

2021-04-06 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 5a91a23 Merge branch 'maint' new 7575678 ox-latex: Fix texttt usage in headlines new 196aae4 Merge branch 'maint' Summary of changes: lisp/ox-latex.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[elpa] externals/org 196aae4: Merge branch 'maint'

2021-04-06 Thread ELPA Syncer
branch: externals/org commit 196aae41c58c355822bc09e7c2c02f0a3d8eefa3 Merge: 5a91a23 7575678 Author: Nicolas Goaziou Commit: Nicolas Goaziou Merge branch 'maint' --- lisp/ox-latex.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el

[elpa] externals-release/org 7575678: ox-latex: Fix texttt usage in headlines

2021-04-06 Thread ELPA Syncer
branch: externals-release/org commit 75756789597fbcae219909caad85a6d4c4b536c2 Author: Nicolas Goaziou Commit: Nicolas Goaziou ox-latex: Fix texttt usage in headlines * lisp/ox-latex.el (org-latex-headline): Properly call `org-latex--protect-texttt' on verbatim objects.