aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLars Ingebrigtsen2016-02-09 13:36:15 +1100
committerLars Ingebrigtsen2016-02-09 13:36:15 +1100
commit54b198af77449135980ce36fcfb42a5eea18c5c4 (patch)
tree985a0691bd550eede3727386ff89ec568ef3e352 /etc
parentc93cc660ac85db9e7932ffae6bd886034defffba (diff)
downloademacs-54b198af77449135980ce36fcfb42a5eea18c5c4.tar.gz
emacs-54b198af77449135980ce36fcfb42a5eea18c5c4.zip
Add a mode to list and cancel timers
* doc/lispref/os.texi (Timers): Menton `timer-list'. * lisp/emacs-lisp/timer-list.el: New file.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index fd56f0c317a..bcb70d4aeed 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -269,6 +269,10 @@ puny.el library, so that one can visit web sites like
269** The new M-s M-w key binding uses eww to search the web for the 269** The new M-s M-w key binding uses eww to search the web for the
270text in the region. 270text in the region.
271 271
272+++
273** The new `timer-list' command lists all active timers in a buffer
274where you can cancel them with the `c' command.
275
272** M-x suggests shorthands and ignores obsolete commands for completion. 276** M-x suggests shorthands and ignores obsolete commands for completion.
273** x-select-enable-clipboard is renamed select-enable-clipboard. 277** x-select-enable-clipboard is renamed select-enable-clipboard.
274x-select-enable-primary and renamed select-enable-primary. 278x-select-enable-primary and renamed select-enable-primary.