branch: externals/org
commit 240a14988f1414159789f73c12a35a1f1b461aaf
Author: Anders Johansson <mejlaande...@gmail.com>
Commit: Ihor Radchenko <yanta...@gmail.com>

    Fix typo: delete-duplicates → delete-dups
---
 lisp/org-fold-core.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org-fold-core.el b/lisp/org-fold-core.el
index 6ea374498d..121c6b5c48 100644
--- a/lisp/org-fold-core.el
+++ b/lisp/org-fold-core.el
@@ -592,7 +592,7 @@ unless RETURN-ONLY is non-nil."
                                   (org-fold-core-cycle-over-indirect-buffers
                                       (push (current-buffer) bufs))
                                   (push buf bufs)
-                                  (delete-duplicates bufs)))))
+                                  (delete-dups bufs)))))
                 ;; Copy all the old folding properties to preserve the folding 
state
                 (with-silent-modifications
                   (dolist (old-prop (cdr (assq 'invisible 
char-property-alias-alist)))

Reply via email to