emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/helm 786ca19404 1/2: Only indentation fix


From: ELPA Syncer
Subject: [nongnu] elpa/helm 786ca19404 1/2: Only indentation fix
Date: Thu, 11 Aug 2022 13:58:43 -0400 (EDT)

branch: elpa/helm
commit 786ca19404a4c244554a57c2513de62158fd1cf9
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Only indentation fix
---
 helm-bookmark.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-bookmark.el b/helm-bookmark.el
index 5cd33c1540..3dea799f20 100644
--- a/helm-bookmark.el
+++ b/helm-bookmark.el
@@ -322,7 +322,7 @@ BOOKMARK is a bookmark name or a bookmark record."
   "Return a filtered `bookmark-alist' sorted alphabetically."
   (cl-loop for b in (if (and (fboundp 'bookmark-maybe-sort-alist)
                              (eq helm-bookmark-default-sort-method 'native))
-                             (bookmark-maybe-sort-alist)
+                        (bookmark-maybe-sort-alist)
                       bookmark-alist)
            for name = (car b)
            when (funcall fn b) collect



reply via email to

[Prev in Thread] Current Thread [Next in Thread]