From 1bb70efb383d4a647546159287cab928948c43a5 Mon Sep 17 00:00:00 2001 From: DrewAdams Date: Mon, 20 Feb 2017 17:20:36 +0100 Subject: [PATCH] Rollback to 2017-02-19 15:29 UTC --- dired+.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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))))