Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
cd7320d4
Commit
cd7320d4
authored
Nov 12, 2006
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(server-visit-files): If `minibuffer-auto-raise' has been set to t, respect it.
parent
9fc91759
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/server.el
lisp/server.el
+2
-1
No files found.
lisp/server.el
View file @
cd7320d4
...
...
@@ -511,7 +511,8 @@ so don't mark these buffers specially, just visit them normally."
;; If there is an existing buffer modified or the file is
;; modified, revert it. If there is an existing buffer with
;; deleted file, offer to write it.
(
let*
((
minibuffer-auto-raise
server-raise-frame
)
(
let*
((
minibuffer-auto-raise
(
or
server-raise-frame
minibuffer-auto-raise
))
(
filen
(
car
file
))
(
obuf
(
get-file-buffer
filen
)))
(
add-to-history
'file-name-history
filen
)
...
...
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