Disable 'timer-list'

* lisp/emacs-lisp/timer-list.el: Make 'timer-list' a disabled
command.
This commit is contained in:
Eli Zaretskii 2016-02-09 20:30:54 +02:00
parent fff8bfc8d8
commit a6d6753938

View file

@ -74,6 +74,9 @@
'timer timer)
(insert "\n")))
(goto-char (point-min)))
;; This command can be destructive if they don't know what they are
;; doing. Kids, don't try this at home!
;;;###autoload (put 'timer-list 'disabled "Beware: manually canceling timers can ruin your Emacs session.")
(defvar timer-list-mode-map
(let ((map (make-sparse-keymap)))