]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-garbage-files-regexp): Fix typo.
authorRichard M. Stallman <rms@gnu.org>
Wed, 29 Jul 1998 06:09:14 +0000 (06:09 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 29 Jul 1998 06:09:14 +0000 (06:09 +0000)
lisp/dired.el

index 07d119f98b49a8f107599286918d5d6a109a5b7d..9c5ea9ca6b2774e2b2b58c9cc7a43d0bf299077d 100644 (file)
@@ -2238,7 +2238,7 @@ A prefix argument says to unflag those files instead."
      "auto save file")))
 
 (defvar dired-garbage-files-regexp
-  "\\.log$\\|\\.toc$\\|.dvi$|\\.bak$\\|\\.orig$\\|\\.rej$" 
+  "\\.log$\\|\\.toc$\\|\\.dvi$|\\.bak$\\|\\.orig$\\|\\.rej$" 
   "*Regular expression to match \"garbage\" files for `dired-flag-garbage-files'.")
 
 (defun dired-flag-garbage-files ()