diff options
| author | Eli Zaretskii | 2023-09-30 13:50:07 -0400 |
|---|---|---|
| committer | Eli Zaretskii | 2023-09-30 13:50:07 -0400 |
| commit | 46978fa1eff286ea15248ee358fe62608ca070c5 (patch) | |
| tree | a9cce889b60229e11006585e276a018719e5fdad /make-dist | |
| parent | e6dd64aaba55b93340de1d7e0d6783da6de2af2f (diff) | |
| parent | 4776d90c31b3d5bc4117ca7ecde95444adf402ac (diff) | |
| download | emacs-46978fa1eff286ea15248ee358fe62608ca070c5.tar.gz emacs-46978fa1eff286ea15248ee358fe62608ca070c5.zip | |
Merge from origin/emacs-29
4776d90c31b Add new Tramp test
ca5b48fd76d Fix tmm-mid-prompt :type (Bug#66179)
7447d3df94e Fix tree-sitter indentation conflict with multiple languages
bee18e52737 Fix bug#66093 in Tramp
7d5fee0feaa Support regeneration of ja-dic.el under '--with-small-ja-...
Conflicts:
make-dist
Diffstat (limited to 'make-dist')
| -rwxr-xr-x | make-dist | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -356,8 +356,9 @@ possibly_non_vc_files=" | |||
| 356 | $top_level_ChangeLog | 356 | $top_level_ChangeLog |
| 357 | MANIFEST aclocal.m4 configure | 357 | MANIFEST aclocal.m4 configure |
| 358 | admin/charsets/jisx2131-filter | 358 | admin/charsets/jisx2131-filter |
| 359 | src/config.in exec/configure | 359 | src/config.in |
| 360 | exec/config.h.in | 360 | exec/configure exec/config.h.in |
| 361 | leim/small-ja-dic-option | ||
| 361 | "$( | 362 | "$( |
| 362 | find admin doc etc lisp \ | 363 | find admin doc etc lisp \ |
| 363 | \( -name '*.el' -o -name '*.elc' -o -name '*.map' -o -name '*.stamp' \ | 364 | \( -name '*.el' -o -name '*.elc' -o -name '*.map' -o -name '*.stamp' \ |