]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-flag-garbage-files): Move interactive flag across doc string.
authorRichard M. Stallman <rms@gnu.org>
Sat, 6 Sep 1997 22:22:24 +0000 (22:22 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 6 Sep 1997 22:22:24 +0000 (22:22 +0000)
lisp/dired.el

index f01349a361aadb8a67ca878f206501a8735f6562..118c4c8bdee6c42bfda323606cb92cc550100c3c 100644 (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)