Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ff39e69c
Commit
ff39e69c
authored
Mar 08, 2002
by
Richard M. Stallman
Browse files
(find-name-dired): Use shell-quote-argument.
parent
007776bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/find-dired.el
lisp/find-dired.el
+1
-1
No files found.
lisp/find-dired.el
View file @
ff39e69c
...
...
@@ -159,7 +159,7 @@ The command run (after changing into DIR) is
find . -name 'PATTERN' -ls"
(
interactive
"DFind-name (directory): \nsFind-name (filename wildcard): "
)
(
find-dired
dir
(
concat
"-name '"
pattern
"'"
)))
(
find-dired
dir
(
concat
"-name '"
(
shell-quote-argument
pattern
)
"'"
)))
;; This functionality suggested by
;; From: oblanc@watcgl.waterloo.edu (Olivier Blanc)
...
...
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