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
bce1acc3
Commit
bce1acc3
authored
May 31, 2007
by
Richard M. Stallman
Browse files
(dired-do-flagged-delete, dired-do-delete): Doc fix.
parent
d500a092
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/dired.el
lisp/dired.el
+6
-2
No files found.
lisp/ChangeLog
View file @
bce1acc3
2007-05-31 Richard Stallman <rms@gnu.org>
* dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
* textmodes/css-mode.el: New file.
...
...
lisp/dired.el
View file @
bce1acc3
...
...
@@ -2410,7 +2410,9 @@ Anything else, ask for each sub-directory."
(defun dired-do-flagged-delete (&optional nomessage)
"
In
Dired,
delete
the
files
flagged
for
deletion.
If
NOMESSAGE
is
non-nil,
we
don
't
display
any
message
if
there
are
no
flagged
files.
"
if
there
are
no
flagged
files.
`
dired-recursive-deletes
'
controls
whether
deletion
of
non-empty
directories
is
allowed.
"
(interactive)
(let* ((dired-marker-char dired-del-marker)
(regexp (dired-marker-regexp))
...
...
@@ -2426,7 +2428,9 @@ if there are no flagged files."
(message "
(
No
deletions
requested
)
")))))
(defun dired-do-delete (&optional arg)
"
Delete
all
marked
(
or
next
ARG
)
files.
"
"
Delete
all
marked
(
or
next
ARG
)
files.
`
dired-recursive-deletes
'
controls
whether
deletion
of
non-empty
directories
is
allowed.
"
;; This is more consistent with the file marking feature than
;; dired-do-flagged-delete.
(interactive "
P
")
...
...
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