summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.