(post-command-idle-hook, post-command-idle-delay):
Remove obsoletion of post-command-idle-hook and post-command-idle-delay.
This commit is contained in:
parent
24d40bc20b
commit
caccc8de14
1 changed files with 0 additions and 4 deletions
|
@ -789,10 +789,6 @@ is converted into a string by expressing it in decimal."
|
|||
(make-obsolete-variable 'unread-command-char
|
||||
"use `unread-command-events' instead. That variable is a list of events to reread, so it now uses nil to mean `no event', instead of -1."
|
||||
"before 19.15")
|
||||
(make-obsolete-variable 'post-command-idle-hook
|
||||
"use timers instead, with `run-with-idle-timer'." "before 19.34")
|
||||
(make-obsolete-variable 'post-command-idle-delay
|
||||
"use timers instead, with `run-with-idle-timer'." "before 19.34")
|
||||
|
||||
;; Lisp manual only updated in 22.1.
|
||||
(define-obsolete-variable-alias 'executing-macro 'executing-kbd-macro
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue