From 0a5c0893bd0a08c674665c38cccca0c4cbf5aac4 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 4 Jul 1996 05:45:59 +0000 Subject: [PATCH] (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. -- 2.39.2