summaryrefslogtreecommitdiff
path: root/lisp/ChangeLog.16
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2023-12-10 10:35:54 -0500
committerEli Zaretskii <eliz@gnu.org>2023-12-10 10:35:54 -0500
commit0da2a4650cdac008ac9a50ec8a7729093632a6a8 (patch)
treeafa1912d319f67994506ae8ee6236d2c61aa8a8b /lisp/ChangeLog.16
parentfab48f1a543bed74e031d2e2cebac4e1165d7b4b (diff)
parent2773cf9e013a989df99a689317de941bde2cbf29 (diff)
downloademacs-0da2a4650cdac008ac9a50ec8a7729093632a6a8.tar.gz
Merge from origin/emacs-29
2773cf9e013 ; Fix typos 020aff95fa3 ; Fix typos in ChangeLog files 5e03a621efc ; * lisp/progmodes/c-ts-mode.el (c-ts-mode--else-heuristi... f0734e1c0d1 Fix c-ts-mode indent heuristic (bug#67417) 08fc6bace20 Fix c-ts-mode indentation (bug#67357) 71bc2815ccd Add font-locking for hash-bang lines in typescript-ts-mode. db8347c8c87 Add font-locking for hash-bang lines in js-ts-mode 91f2ade57bb ruby-mode: Better detect regexp vs division (bug#67569)
Diffstat (limited to 'lisp/ChangeLog.16')
-rw-r--r--lisp/ChangeLog.164
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog.16 b/lisp/ChangeLog.16
index 39649ec8ae0..f0e5178b498 100644
--- a/lisp/ChangeLog.16
+++ b/lisp/ChangeLog.16
@@ -1770,7 +1770,7 @@
(jit-lock--debug-fontifying): New var.
(jit-lock--debug-fontify): New function.
* subr.el (condition-case-unless-debug): Don't prevent catching the
- error, just let the debbugger run.
+ error, just let the debugger run.
* emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
timer code and don't drop errors silently.
@@ -4784,7 +4784,7 @@
Convert to defcustom.
(gdb-get-source-file): Don't bind pop-up-windows.
- * progmodes/gud.el (gud-display-line): Don't specially re-use
+ * progmodes/gud.el (gud-display-line): Don't specially reuse
other frames for the gdb-mi case (Bug#12648).
2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>