diff lisp/subr.el @ 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 7d1234b2a407
children 6a6fe71c779d
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.