# HG changeset patch # User Stefan Monnier # Date 1099006166 0 # Node ID 82ed9ce364a713c5c68d9cca05ea452e6ba8e150 # Parent c02cbcd40932bc7c3d393c637f99ffbc2ce712c1 (x-lost-selection-hooks, x-sent-selection-hooks): New obsolete aliases of x-lost-selection-functions and x-sent-selection-functions. diff -r c02cbcd40932 -r 82ed9ce364a7 lisp/subr.el --- a/lisp/subr.el Thu Oct 28 23:28:20 2004 +0000 +++ b/lisp/subr.el Thu Oct 28 23:29:26 2004 +0000 @@ -817,6 +817,10 @@ (make-obsolete-variable 'post-command-idle-delay "use timers instead, with `run-with-idle-timer'." "before 19.34") +(defvaralias 'x-lost-selection-hooks 'x-lost-selection-functions) +(make-obsolete-variable 'x-lost-selection-hooks 'x-lost-selection-functions "21.4") +(defvaralias 'x-sent-selection-hooks 'x-sent-selection-functions) +(make-obsolete-variable 'x-sent-selection-hooks 'x-sent-selection-functions "21.4") ;;;; Alternate names for functions - these are not being phased out.