chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
558fc01
)
dot/emacs: Mark the `edit-server' process as expendable.
author
Mark Wooding
<mdw@distorted.org.uk>
Wed, 31 Mar 2010 09:11:34 +0000
(10:11 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Wed, 31 Mar 2010 09:11:34 +0000
(10:11 +0100)
Don't want it holding up closedown. I should submit a bug about this.
dot/emacs
patch
|
blob
|
blame
|
history
diff --git
a/dot/emacs
b/dot/emacs
index ed2d4d1cd7034aba1bd8161f2d03fe255a7d9d86..ea038b8a4374da4c456986b879ac7e07ec172622 100644
(file)
--- a/
dot/emacs
+++ b/
dot/emacs
@@
-99,7
+99,10
@@
(trap (server-start))
(trap (progn
(require 'edit-server)
(trap (server-start))
(trap (progn
(require 'edit-server)
- (edit-server-start)))))
+ (edit-server-start)
+ (let ((edit (get-process "edit-server")))
+ (and edit
+ (set-process-query-on-exit-flag edit nil)))))))
;; Control backup behaviour.
;; Control backup behaviour.