Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0a5c0893
Commit
0a5c0893
authored
Jul 04, 1996
by
Miles Bader
Browse files
(unfocus-frame, focus-frame): Define as no-ops.
parent
a24c42f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lisp/subr.el
lisp/subr.el
+2
-0
No files found.
lisp/subr.el
View file @
0a5c0893
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment