Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
c0288145
Commit
c0288145
authored
Jun 16, 2019
by
Roland Winkler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* find-dired.el (find-dired-refine-function): Fix defcustom.
parent
2815174f
Pipeline
#2123
failed with stage
in 51 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/find-dired.el
lisp/find-dired.el
+2
-1
No files found.
lisp/find-dired.el
View file @
c0288145
...
...
@@ -123,7 +123,8 @@ This function takes no arguments. The *Find* buffer is narrowed to the
output of `find' (one file per line) when this function is called."
:version
"27.1"
:group
'find-dired
:type
'function
)
:type
'
(
choice
(
function
:tag
"Function"
)
(
const
:tag
"None"
nil
)))
(
defvar
find-args
nil
"Last arguments given to `find' by \\[find-dired]."
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment