Skip to content

Commit

Permalink
Rollback to 2017-02-19 15:29 UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
DrewAdams authored and kensanata committed Feb 20, 2017
1 parent 5d4340c commit 1bb70ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dired+.el
Expand Up @@ -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
Expand Down Expand Up @@ -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))))

Expand Down

0 comments on commit 1bb70ef

Please sign in to comment.