chiark / gitweb /
el/dot-emacs.el: Remove stray debugging code.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 17 Dec 2009 17:51:30 +0000 (17:51 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 17 Dec 2009 17:53:51 +0000 (17:53 +0000)
el/dot-emacs.el

index 6a7cf7078a10ef36589682a4e9a820f8324e31de..f66b83367c908ae21b6fb3471c3bf097e7e444cb 100644 (file)
@@ -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))))
-      (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)