1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-02 11:21:42 +00:00

(dired-flag-garbage-files): Move interactive flag across doc string.

This commit is contained in:
Richard M. Stallman 1997-09-06 22:22:24 +00:00
parent 1091853337
commit f656ec48c3

View File

@ -2170,8 +2170,8 @@ A prefix argument says to unflag those files instead."
"*Regular expression to match \"garbage\" files for `dired-flag-garbage-files'.")
(defun dired-flag-garbage-files ()
(interactive)
"Flag for deletion all files that match `dired-garbage-files-regexp'."
(interactive)
(dired-flag-files-regexp dired-garbage-files-regexp))
(defun dired-flag-backup-files (&optional unflag-p)