From 73b3ffb6729df3670572643b888cf749d97cead0 Mon Sep 17 00:00:00 2001 From: rubikitch Date: Tue, 20 Jul 2010 18:36:54 +0900 Subject: [PATCH] anything.el (anything-insert-header-from-source): reformat --- anything.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/anything.el b/anything.el index 0ddb736..7e1968d 100644 --- a/anything.el +++ b/anything.el @@ -2119,9 +2119,10 @@ the real value in a text property." (defun anything-insert-header-from-source (source) (let ((name (assoc-default 'name source))) - (anything-insert-header name - (anything-aif (assoc-default 'header-name source) - (anything-funcall-with-source source it name))))) + (anything-insert-header + name + (anything-aif (assoc-default 'header-name source) + (anything-funcall-with-source source it name))))) (defun anything-insert-header (name &optional display-string) "Insert header of source NAME into the anything buffer." -- 2.11.4.GIT