summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-07-04 05:45:59 +0000
committerMiles Bader <miles@gnu.org>1996-07-04 05:45:59 +0000
commitac86122d9c62dee7dcd301dc4e2f38f384b12d36 (patch)
tree24cdfccf75cf55c8f3e283ebe7567cb3e8782341
parentee284ed1559d2b66c4c3302674823ecec32bd24d (diff)
downloademacs-ac86122d9c62dee7dcd301dc4e2f38f384b12d36.tar.gz
(unfocus-frame, focus-frame): Define as no-ops.
-rw-r--r--lisp/subr.el2
1 files changed, 2 insertions, 0 deletions
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.