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
f5340e29
Commit
f5340e29
authored
May 23, 2004
by
Jesper Harder
Browse files
(grep-tree): Ensure that DIR argument is
interpreted as a directory.
parent
71d5a208
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/progmodes/grep.el
lisp/progmodes/grep.el
+2
-1
No files found.
lisp/ChangeLog
View file @
f5340e29
2004-05-23 Jesper Harder <harder@ifa.au.dk>
* progmodes/grep.el (grep-tree): Ensure that DIR argument is
interpreted as a directory.
2004-05-22 Richard M. Stallman <rms@gnu.org>
* textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
...
...
lisp/progmodes/grep.el
View file @
f5340e29
...
...
@@ -533,7 +533,8 @@ those sub directories of DIR."
(files
(read-string (concat "
Search
for
\"
" regexp "
\"
in
files
(
default
" grep-tree-last-files "
)
:
")))
(dir
(read-directory-name "
Base
directory:
" nil default-directory t)))
(file-name-as-directory
(read-directory-name "
Base
directory:
" nil default-directory t))))
(list regexp files dir)))
(unless grep-tree-command
(grep-compute-defaults))
...
...
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