From: Daniel Colascione Date: Wed, 26 Feb 2014 21:31:22 +0000 (-0800) Subject: Fix indentation X-Git-Tag: emacs-24.3.90~357^2~7^2~4^2~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=675cab2c1b7343a952c87ebcbed08e07d6a55d52;p=emacs.git Fix indentation --- diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el index 737172e359f..95e45260f85 100644 --- a/lisp/minibuffer.el +++ b/lisp/minibuffer.el @@ -850,12 +850,12 @@ completing buffer and file names, respectively." (setq table (pop new)) (setq point (pop new)) (pop new)))) - (result - (completion--some (lambda (style) - (funcall (nth n (assq style - completion-styles-alist)) - string table pred point)) - (completion--styles metadata)))) + (result + (completion--some (lambda (style) + (funcall (nth n (assq style + completion-styles-alist)) + string table pred point)) + (completion--styles metadata)))) (if requote (funcall requote result n) result)))