# HG changeset patch # User Juanma Barranquero # Date 1116758201 0 # Node ID ad7518f065e5c933e933870ec35064bcf083aeb1 # Parent da37fb20f191e6c31bdf1680a86397b041a02af9 (focus-frame, unfocus-frame): Revert deletion on 2005-05-01. diff -r da37fb20f191 -r ad7518f065e5 lisp/subr.el --- a/lisp/subr.el Sun May 22 10:31:42 2005 +0000 +++ b/lisp/subr.el Sun May 22 10:36:41 2005 +0000 @@ -784,6 +784,12 @@ baud-rate) (make-obsolete 'baud-rate "use the `baud-rate' variable instead." "before 19.15") +;; These are used by VM and some old programs +(defalias 'focus-frame 'ignore "") +(make-obsolete 'focus-frame "it does nothing." "22.1") +(defalias 'unfocus-frame 'ignore "") +(make-obsolete 'unfocus-frame "it does nothing." "22.1") + ;;;; Obsolescence declarations for variables, and aliases.