emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/subr.el


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/lisp/subr.el
Date: Wed, 18 May 2005 21:56:04 -0400

Index: emacs/lisp/subr.el
diff -c emacs/lisp/subr.el:1.452 emacs/lisp/subr.el:1.453
*** emacs/lisp/subr.el:1.452    Wed May 18 07:43:48 2005
--- emacs/lisp/subr.el  Thu May 19 01:56:04 2005
***************
*** 789,798 ****
  (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
--- 789,794 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]