From: Richard M. Stallman Date: Sat, 6 Sep 1997 22:22:24 +0000 (+0000) Subject: (dired-flag-garbage-files): Move interactive flag across doc string. X-Git-Tag: emacs-20.1~168 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f656ec48c3a4f2f164dd0bdb31560c14f191d59d;p=emacs.git (dired-flag-garbage-files): Move interactive flag across doc string. --- diff --git a/lisp/dired.el b/lisp/dired.el index f01349a361a..118c4c8bdee 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -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)