From: Stefan Monnier Date: Thu, 28 Oct 2004 23:29:26 +0000 (+0000) Subject: (x-lost-selection-hooks, x-sent-selection-hooks): New obsolete aliases X-Git-Tag: ttn-vms-21-2-B4~4332 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0ecd53f80fc5f3f244ecad95dd8b0e99bf8b2215;p=emacs.git (x-lost-selection-hooks, x-sent-selection-hooks): New obsolete aliases of x-lost-selection-functions and x-sent-selection-functions. --- diff --git a/lisp/subr.el b/lisp/subr.el index ee0823c89e6..7a1d32e3979 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -817,6 +817,10 @@ is converted into a string by expressing it in decimal." (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.