Mercurial > emacs
changeset 57778:82ed9ce364a7
(x-lost-selection-hooks, x-sent-selection-hooks): New obsolete aliases
of x-lost-selection-functions and x-sent-selection-functions.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 28 Oct 2004 23:29:26 +0000 |
parents | c02cbcd40932 |
children | d1c1c0fc40aa |
files | lisp/subr.el |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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.