Disable 'timer-list'
* lisp/emacs-lisp/timer-list.el: Make 'timer-list' a disabled command.
This commit is contained in:
parent
fff8bfc8d8
commit
a6d6753938
1 changed files with 3 additions and 0 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue