From 9b257329b41efa5d0b280b98461c8d784edcca42 Mon Sep 17 00:00:00 2001 From: rubikitch Date: Thu, 22 Jul 2010 05:19:52 +0900 Subject: [PATCH] anything.el (anything-debug-output-function): fix indent --- anything.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/anything.el b/anything.el index 22befe4..583d060 100644 --- a/anything.el +++ b/anything.el @@ -2587,8 +2587,7 @@ to a list of forms.\n\n") (insert "** " (pp-to-string v) "\n" (pp-to-string (eval v)) "\n")) - (message "Calculating all anything-related values...Done") -) + (message "Calculating all anything-related values...Done")) ;; (@* "Core: misc") (defun anything-kill-buffer-hook () -- 2.11.4.GIT