aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorAlan Mackenzie2015-09-25 11:31:50 +0000
committerAlan Mackenzie2015-09-25 11:31:50 +0000
commitfeddb99afd5692ad7baf2e5675a35b88ff6987ae (patch)
tree7e546fac43df6d92bb717bc6126e66032442d844 /etc
parent0d31eeb796f3388ee4160b7fdff60004ce6847cf (diff)
downloademacs-feddb99afd5692ad7baf2e5675a35b88ff6987ae.tar.gz
emacs-feddb99afd5692ad7baf2e5675a35b88ff6987ae.zip
Resurrect edebug-set-initial-mode, repurposing it to set the global mode.
lisp/emacs-lisp/edebug.el (edebug-initial-mode-alist): Uncomment, and amend to match current modes and functions. (edebug-set-initial-mode): Uncomment and change from setting a defun's `edebug-initial-mode''s property to setting the variable `edebug-initial-mode'. (top level): Create new binding C-x C-a C-m for `edebug-set-initial-mode'. doc/lispref/edebug.texi (Edebug Execution Modes): document `edebug-set-initial-mode' and its new key binding. (Edebug Options): Mention the new command in the pertinent place. etc/NEWS: Write entry for this change.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 5cb1af99b56..e823905e8d3 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -460,6 +460,11 @@ typing RET.
460*** If `quick-calc' is called with a prefix argument, insert the 460*** If `quick-calc' is called with a prefix argument, insert the
461result of the calculation into the current buffer. 461result of the calculation into the current buffer.
462 462
463+++
464** In Edebug, you can now set the initial mode with C-x C-a C-m. With
465this you can tell Edebug not to stop at the start of the first
466instrumented function.
467
463** ElDoc 468** ElDoc
464*** New minor mode `global-eldoc-mode' 469*** New minor mode `global-eldoc-mode'
465*** `eldoc-documentation-function' now defaults to `ignore' 470*** `eldoc-documentation-function' now defaults to `ignore'