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
c1b97b44
Commit
c1b97b44
authored
Sep 16, 1994
by
Richard M. Stallman
Browse files
(dired-buffers-for-dir): Delete debugging code.
(dired-in-this-tree): Likewise.
parent
9df38cef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
lisp/dired.el
lisp/dired.el
+0
-6
No files found.
lisp/dired.el
View file @
c1b97b44
...
...
@@ -1258,9 +1258,6 @@ Optional arg NO-ERROR-IF-NOT-FILEP means return nil if no filename on
;; The list is in reverse order of buffer creation, most recent last.
;; As a side effect, killed dired buffers for DIR are removed from
;; dired-buffers.
;; For testing. -MDE 8/21/94
(if (not (string-equal dir (expand-file-name dir)))
(debug))
(
setq
dir
(
file-name-as-directory
dir
))
(
let
((
alist
dired-buffers
)
result
elt
buf
)
(
while
alist
...
...
@@ -1301,9 +1298,6 @@ Optional arg NO-ERROR-IF-NOT-FILEP means return nil if no filename on
(
defun
dired-in-this-tree
(
file
dir
)
;;"Is FILE part of the directory tree starting at DIR?"
;; For testing. -MDE 8/21/94
(if (not (string-equal dir (expand-file-name dir)))
(debug))
(
let
(
case-fold-search
)
(
string-match
(
concat
"^"
(
regexp-quote
dir
))
file
)))
...
...
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