/[emacs]/emacs/lisp/subr.el
ViewVC logotype

Diff of /emacs/lisp/subr.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.446 by nickrob, Sun May 1 22:18:14 2005 UTC revision 1.447 by teirllm, Mon May 2 02:20:28 2005 UTC
# Line 787  is converted into a string by expressing Line 787  is converted into a string by expressing
787  (make-obsolete-variable 'unread-command-char  (make-obsolete-variable 'unread-command-char
788    "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."    "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."
789    "before 19.15")    "before 19.15")
 (make-obsolete-variable 'executing-macro 'executing-kbd-macro "before 19.34")  
790  (make-obsolete-variable 'post-command-idle-hook  (make-obsolete-variable 'post-command-idle-hook
791    "use timers instead, with `run-with-idle-timer'." "before 19.34")    "use timers instead, with `run-with-idle-timer'." "before 19.34")
792  (make-obsolete-variable 'post-command-idle-delay  (make-obsolete-variable 'post-command-idle-delay
793    "use timers instead, with `run-with-idle-timer'." "before 19.34")    "use timers instead, with `run-with-idle-timer'." "before 19.34")
794    
795    ;; Lisp manual only updated in 22.1.
796    (define-obsolete-variable-alias 'executing-macro 'executing-kbd-macro
797                                  "before 19.34")
798    
799  (defvaralias 'x-lost-selection-hooks 'x-lost-selection-functions)  (defvaralias 'x-lost-selection-hooks 'x-lost-selection-functions)
800  (make-obsolete-variable 'x-lost-selection-hooks 'x-lost-selection-functions "22.1")  (make-obsolete-variable 'x-lost-selection-hooks 'x-lost-selection-functions "22.1")
801  (defvaralias 'x-sent-selection-hooks 'x-sent-selection-functions)  (defvaralias 'x-sent-selection-hooks 'x-sent-selection-functions)

Legend:
Removed from v.1.446  
changed lines
  Added in v.1.447

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26