]> code.delx.au - gnu-emacs/commitdiff
(server-visit-files): Bind `minibuffer-auto-raise' to the value of
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 11 Nov 2006 14:11:13 +0000 (14:11 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 11 Nov 2006 14:11:13 +0000 (14:11 +0000)
`server-raise-frame'.

lisp/server.el

index c6a70dedaeaa2204dc1dd68d5b51235a66106e5d..ec9746598412d4e6653aba6068e3ec12399e8326 100644 (file)
@@ -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* ((filen (car file))
+       (let* ((minibuffer-auto-raise server-raise-frame)
+              (filen (car file))
               (obuf (get-file-buffer filen)))
          (add-to-history 'file-name-history filen)
          (if (and obuf (set-buffer obuf))