aboutsummaryrefslogtreecommitdiffstats
path: root/exec
diff options
context:
space:
mode:
authorPo Lu2024-09-11 13:21:58 +0800
committerPo Lu2024-09-11 13:21:58 +0800
commit76487b7454b88557d7c8dec7136b7a09aacfb5bf (patch)
tree842ee1c5078c962b39f227608fca99ddf9d1ccd3 /exec
parent652a8a0838b38a6eab85c55fc61cedd1c61ef20f (diff)
parentee3e3a6311196129104881d6e9097bb54d8843af (diff)
downloademacs-76487b7454b88557d7c8dec7136b7a09aacfb5bf.tar.gz
emacs-76487b7454b88557d7c8dec7136b7a09aacfb5bf.zip
Merge from savannah/emacs-30
ee3e3a63111 ; Update version number of exec/configure.ac c5925b6ba5f Fix heex-ts-mode indentation following previews elixir-mo... c3383be5f04 ; * admin/make-tarball.txt: Improve last change. 8ddb54117f1 ; * admin/make-tarball.txt: Remove now unnecessary config... 7e194d33f90 * lisp/ldefs-boot.el: Update. 9019536ea66 Fix use of Uniscribe font driver in MinGW build 5c55c860db7 Avoid crashes in redisplay in batch-mode testing ba2190e1ae7 ; * etc/NEWS: Fix indentation. 818c0cc9a51 eglot-test-rust-completion-exit-function: Fix failure in ... f47297782bd ; * doc/lispref/searching.texi (Rx Notation): Simplify rx... 03e56981675 Clarify the semantics of 'string-pixel-width' 9f0603207b1 ; * src/treesit.c: Minor cleanups of recent changes. e0d3f743957 * src/treesit.c (treesit_debug_print_parser_list): Fix fo... bed38ded730 ; * src/treesit.c (treesit_debug_print_parser_list): Fix ... 18c6487dbd0 ; * src/treesit.c: Add a prototype so there's no warning ... bf23382f1f2 Read more on each call to treesit's buffer reader 3435464452b Fix the range handling in treesit.c 3fcec09f754 Add debugging function for treesit.c 0fd259d166c Fix elixir-ts-mode's range query 2329b36b1fb ; project-files-relative-names: Update docstring (bug#72701) e55e2e1c6ba Make json-serialize always return a unibyte string (bug#7... 89c99891b2b ; * doc/lispref/os.texi (Suspending Emacs): Fix last change. 4f044d0d3df ; Improve documentation of 'suspend-emacs'
Diffstat (limited to 'exec')
-rw-r--r--exec/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/exec/configure.ac b/exec/configure.ac
index c3e895740be..41c4c8b5d42 100644
--- a/exec/configure.ac
+++ b/exec/configure.ac
@@ -22,7 +22,7 @@ dnl You should have received a copy of the GNU General Public License
22dnl along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. 22dnl along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
23 23
24AC_PREREQ([2.65]) 24AC_PREREQ([2.65])
25AC_INIT([libexec], [30.0.50], [bug-gnu-emacs@gnu.org], [], 25AC_INIT([libexec], [30.0.90], [bug-gnu-emacs@gnu.org], [],
26 [https://www.gnu.org/software/emacs/]) 26 [https://www.gnu.org/software/emacs/])
27 27
28AH_TOP([/* Copyright (C) 2024 Free Software Foundation, Inc. 28AH_TOP([/* Copyright (C) 2024 Free Software Foundation, Inc.