aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorStefan Monnier2004-10-28 23:29:26 +0000
committerStefan Monnier2004-10-28 23:29:26 +0000
commit0ecd53f80fc5f3f244ecad95dd8b0e99bf8b2215 (patch)
tree386156c19e3ba7f146c02d0ce93817fd11c35754 /lisp
parentc917a8de0780bf0c1cbc2c9cfb69edc67d742cd1 (diff)
downloademacs-0ecd53f80fc5f3f244ecad95dd8b0e99bf8b2215.tar.gz
emacs-0ecd53f80fc5f3f244ecad95dd8b0e99bf8b2215.zip
(x-lost-selection-hooks, x-sent-selection-hooks): New obsolete aliases
of x-lost-selection-functions and x-sent-selection-functions.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/subr.el4
1 files changed, 4 insertions, 0 deletions
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."
817(make-obsolete-variable 'post-command-idle-delay 817(make-obsolete-variable 'post-command-idle-delay
818 "use timers instead, with `run-with-idle-timer'." "before 19.34") 818 "use timers instead, with `run-with-idle-timer'." "before 19.34")
819 819
820(defvaralias 'x-lost-selection-hooks 'x-lost-selection-functions)
821(make-obsolete-variable 'x-lost-selection-hooks 'x-lost-selection-functions "21.4")
822(defvaralias 'x-sent-selection-hooks 'x-sent-selection-functions)
823(make-obsolete-variable 'x-sent-selection-hooks 'x-sent-selection-functions "21.4")
820 824
821;;;; Alternate names for functions - these are not being phased out. 825;;;; Alternate names for functions - these are not being phased out.
822 826