From: Mark Wooding Date: Thu, 4 Feb 2010 13:22:27 +0000 (+0000) Subject: el/dot-emacs.el: Remove further stray debugging code. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/d70716b50ff8627257daad4e0fd9fe40a196cc77?hp=--cc el/dot-emacs.el: Remove further stray debugging code. From `mdw-last-one-out-turn-off-the-lights'. Again. --- d70716b50ff8627257daad4e0fd9fe40a196cc77 diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 18e9fb2..6e28111 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -773,11 +773,9 @@ (defun mdw-last-one-out-turn-off-the-lights (frame) (when (and frame-display (eq window-system 'x) (not (some (lambda (fr) - (message "checking frame %s" frame) (and (not (eq fr frame)) (string= (frame-parameter fr 'display) - frame-display) - (progn "frame %s still uses us" nil))) + frame-display))) (frame-list)))) (run-with-idle-timer 0 nil #'x-close-connection frame-display)))) (add-hook 'delete-frame-functions 'mdw-last-one-out-turn-off-the-lights)