diff --git a/dired+.el b/dired+.el index f31b42f..a97e1a5 100644 --- a/dired+.el +++ b/dired+.el @@ -8,9 +8,9 @@ ;; Created: Fri Mar 19 15:58:58 1999 ;; Version: 2013.07.23 ;; Package-Requires: () -;; Last-Updated: Thu Jan 12 14:30:40 2017 (-0800) +;; Last-Updated: Sun Feb 19 07:28:12 2017 (-0800) ;; By: dradams -;; Update #: 9728 +;; Update #: 9729 ;; URL: http://www.emacswiki.org/dired+.el ;; Doc URL: http://www.emacswiki.org/DiredPlus ;; Keywords: unix, mouse, directories, diredp, dired @@ -5427,7 +5427,7 @@ along with the names of non-directories. Non-nil optional arg PREDICATE must be a function that accepts a file-name argument. Only files (and possibly directories) that satisfy PREDICATE are included in the result." - ;; Bind `diredp-files-within-dirs-done' for use as a free var in `diredp-files-within-1'." + ;; Bind `diredp-files-within-dirs-done' for use as a free var in `diredp-files-within-1'. (let ((diredp-files-within-dirs-done ())) (nreverse (diredp-files-within-1 file-list accum no-symlinks-p include-dirs-p predicate))))