]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix indentation
authorDaniel Colascione <dancol@dancol.org>
Wed, 26 Feb 2014 21:31:22 +0000 (13:31 -0800)
committerDaniel Colascione <dancol@dancol.org>
Wed, 26 Feb 2014 21:31:22 +0000 (13:31 -0800)
lisp/minibuffer.el

index 737172e359f230ed0edb517666ed42c3b16c1cc4..95e45260f85a25d4b224b5006a9171705284d9f7 100644 (file)
@@ -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)))