[libcode-tidyall-perl] 251/374: delete tidyall error buffer on success
Jonas Smedegaard
js at alioth.debian.org
Sun Sep 29 22:26:29 UTC 2013
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libcode-tidyall-perl.
commit 212116c8457203e5f4367f45848e5885d350bd4d
Author: Jonathan Swartz <swartz at pobox.com>
Date: Fri Sep 21 04:02:33 2012 -0700
delete tidyall error buffer on success
---
etc/editors/tidyall.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/etc/editors/tidyall.el b/etc/editors/tidyall.el
index 5e52a54..97af6b4 100644
--- a/etc/editors/tidyall.el
+++ b/etc/editors/tidyall.el
@@ -96,7 +96,9 @@
(save-buffer))
(message (concat "tidied " file)))
(t
- (message (concat "checked " file)))))
+ (message (concat "checked " file))))
+ (delete-windows-on tidyall-buffer))
+
(t
;; Error. Display in other window
;;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcode-tidyall-perl.git
More information about the Pkg-perl-cvs-commits
mailing list