aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2004-10-28 23:29:26 +0000
committerStefan Monnier <[email protected]>2004-10-28 23:29:26 +0000
commit0ecd53f80fc5f3f244ecad95dd8b0e99bf8b2215 (patch)
tree386156c19e3ba7f146c02d0ce93817fd11c35754
parentc917a8de0780bf0c1cbc2c9cfb69edc67d742cd1 (diff)
(x-lost-selection-hooks, x-sent-selection-hooks): New obsolete aliases
of x-lost-selection-functions and x-sent-selection-functions.
-rw-r--r--lisp/subr.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/subr.el b/lisp/subr.el
index ee0823c89e..7a1d32e397 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.