diff options
author | Miles Bader <miles@gnu.org> | 1996-07-04 05:45:59 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-07-04 05:45:59 +0000 |
commit | ac86122d9c62dee7dcd301dc4e2f38f384b12d36 (patch) | |
tree | 24cdfccf75cf55c8f3e283ebe7567cb3e8782341 /lisp/subr.el | |
parent | ee284ed1559d2b66c4c3302674823ecec32bd24d (diff) | |
download | emacs-ac86122d9c62dee7dcd301dc4e2f38f384b12d36.tar.gz |
(unfocus-frame, focus-frame): Define as no-ops.
Diffstat (limited to 'lisp/subr.el')
-rw-r--r-- | lisp/subr.el | 2 |
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. |