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
336b7f41
Commit
336b7f41
authored
Jul 07, 1994
by
Richard M. Stallman
Browse files
(switch-to-buffer-other-frame): Raise the frame.
parent
fb3b7de5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/files.el
lisp/files.el
+2
-1
No files found.
lisp/files.el
View file @
336b7f41
...
...
@@ -443,7 +443,8 @@ unlike `file-truename'."
"Switch to buffer BUFFER in another frame."
(
interactive
"BSwitch to buffer in other frame: "
)
(
let
((
pop-up-frames
t
))
(
pop-to-buffer
buffer
t
)))
(
pop-to-buffer
buffer
t
)
(
raise-frame
(
window-frame
(
selected-window
)))))
(
defun
find-file
(
filename
)
"Edit file FILENAME.
...
...
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