From a4f0694eaec34354f4d63d4987b308c685a17d53 Mon Sep 17 00:00:00 2001 From: rubikitch Date: Fri, 23 Jul 2010 06:31:24 +0900 Subject: [PATCH] anything.el (anything-iswitchb-handle-update): reformat --- anything.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/anything.el b/anything.el index 66f3f7f..be010f1 100644 --- a/anything.el +++ b/anything.el @@ -3656,7 +3656,8 @@ Unbind C-r to prevent problems during anything-isearch." shown yet and bind anything commands in iswitchb." (unless (or (anything-empty-buffer-p anything-buffer) anything-iswitchb-frame-configuration) - (setq anything-iswitchb-frame-configuration (anything-current-frame/window-configuration)) + (setq anything-iswitchb-frame-configuration + (anything-current-frame/window-configuration)) (save-selected-window (if (not anything-samewindow) -- 2.11.4.GIT