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:
5fabceb
)
el/dot-emacs.el: Remove stray debugging code.
author
Mark Wooding
<mdw@distorted.org.uk>
Thu, 17 Dec 2009 17:51:30 +0000
(17:51 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Thu, 17 Dec 2009 17:53:51 +0000
(17:53 +0000)
el/dot-emacs.el
patch
|
blob
|
blame
|
history
diff --git
a/el/dot-emacs.el
b/el/dot-emacs.el
index 6a7cf7078a10ef36589682a4e9a820f8324e31de..f66b83367c908ae21b6fb3471c3bf097e7e444cb 100644
(file)
--- a/
el/dot-emacs.el
+++ b/
el/dot-emacs.el
@@
-739,7
+739,6
@@
(defun mdw-last-one-out-turn-off-the-lights (frame)
frame-display)
(progn "frame %s still uses us" nil)))
(frame-list))))
frame-display)
(progn "frame %s still uses us" nil)))
(frame-list))))
- (message "turn out the lights")
(run-with-idle-timer 0 nil #'x-close-connection frame-display))))
(add-hook 'delete-frame-functions 'mdw-last-one-out-turn-off-the-lights)
(run-with-idle-timer 0 nil #'x-close-connection frame-display))))
(add-hook 'delete-frame-functions 'mdw-last-one-out-turn-off-the-lights)