aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2013-01-12 20:23:48 -0500
committerStefan Monnier2013-01-12 20:23:48 -0500
commite5b5a34dd1b9cd428e988d1bbc2af658c3e25daa (patch)
tree3706c4fe486c3f2b2faad19510105d55a4d767a6 /etc
parent5ca9b80e95ef376d0247c813ae39eb2f476cf880 (diff)
downloademacs-e5b5a34dd1b9cd428e988d1bbc2af658c3e25daa.tar.gz
emacs-e5b5a34dd1b9cd428e988d1bbc2af658c3e25daa.zip
* lisp/jit-lock.el (jit-lock-debug-mode): New minor mode.
(jit-lock--debug-fontifying): New var. (jit-lock--debug-fontify): New function. * lisp/subr.el (condition-case-unless-debug): Don't prevent catching the error, just let the debbugger run. * lisp/emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging timer code and don't drop errors silently.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 52429a3e21d..758d9c096be 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -66,6 +66,8 @@ bound to <f11> and M-<f10>, respectively.
66 66
67* Changes in Specialized Modes and Packages in Emacs 24.4 67* Changes in Specialized Modes and Packages in Emacs 24.4
68 68
69** jit-lock-debug-mode lets you use the debuggers on code run via jit-lock.
70
69** completing-read-multiple's separator can now be a regexp. 71** completing-read-multiple's separator can now be a regexp.
70The default separator is changed to allow surrounding spaces around the comma. 72The default separator is changed to allow surrounding spaces around the comma.
71 73