Browse Source

Fix typo: delete-duplicates → delete-dups

Anders Johansson 3 years ago
parent
commit
240a14988f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org-fold-core.el

+ 1 - 1
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)))