瀏覽代碼

Fix typo: delete-duplicates → delete-dups

Anders Johansson 3 年之前
父節點
當前提交
240a14988f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)))