emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/subr.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/subr.el
Date: Thu, 28 Oct 2004 19:50:54 -0400

Index: emacs/lisp/subr.el
diff -c emacs/lisp/subr.el:1.421 emacs/lisp/subr.el:1.422
*** emacs/lisp/subr.el:1.421    Mon Oct 25 13:21:59 2004
--- emacs/lisp/subr.el  Thu Oct 28 23:29:26 2004
***************
*** 817,822 ****
--- 817,826 ----
  (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.
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]