Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
57777:c02cbcd40932 | 57778:82ed9ce364a7 |
---|---|
815 (make-obsolete-variable 'post-command-idle-hook | 815 (make-obsolete-variable 'post-command-idle-hook |
816 "use timers instead, with `run-with-idle-timer'." "before 19.34") | 816 "use timers instead, with `run-with-idle-timer'." "before 19.34") |
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 |
823 (defalias 'string= 'string-equal) | 827 (defalias 'string= 'string-equal) |
824 (defalias 'string< 'string-lessp) | 828 (defalias 'string< 'string-lessp) |