]> git.eshelyaron.com Git - emacs.git/commitdiff
(x-lost-selection-hooks, x-sent-selection-hooks): New obsolete aliases
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 28 Oct 2004 23:29:26 +0000 (23:29 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 28 Oct 2004 23:29:26 +0000 (23:29 +0000)
of x-lost-selection-functions and x-sent-selection-functions.

lisp/subr.el

index ee0823c89e6f41a02c18404c82c305cc2012a8e9..7a1d32e3979db125a12f90e75c59e3f4a0728199 100644 (file)
@@ -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")
 \f
 ;;;; Alternate names for functions - these are not being phased out.