From ac86122d9c62dee7dcd301dc4e2f38f384b12d36 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 4 Jul 1996 05:45:59 +0000 Subject: (unfocus-frame, focus-frame): Define as no-ops. --- lisp/subr.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/subr.el b/lisp/subr.el index f5087fc6851..102e60eba49 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -429,6 +429,8 @@ as returned by the `event-start' and `event-end' functions." Please convert your programs to use the variable `baud-rate' directly." baud-rate) +(defalias 'focus-frame 'ignore) +(defalias 'unfocus-frame 'ignore) ;;;; Alternate names for functions - these are not being phased out. -- cgit v1.2.1