summaryrefslogtreecommitdiff
path: root/lisp/ChangeLog.16
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2023-12-10 12:38:19 +0100
committerStefan Kangas <stefankangas@gmail.com>2023-12-10 12:38:19 +0100
commit020aff95fa3e503387a7f9b240e0f7e9f2f054ae (patch)
tree199b9d58f64caf5e64eec47eb916275f1f4985e6 /lisp/ChangeLog.16
parent5e03a621efc00b3cfe52442670175dd3564c4e1e (diff)
downloademacs-020aff95fa3e503387a7f9b240e0f7e9f2f054ae.tar.gz
emacs-020aff95fa3e503387a7f9b240e0f7e9f2f054ae.tar.bz2
emacs-020aff95fa3e503387a7f9b240e0f7e9f2f054ae.zip
; Fix typos in ChangeLog files
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 c898eb61d47..88dcbc77b87 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>