* dired.el (dired-flagging-regexp): Removed unused variable
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 3 Jul 2011 22:14:08 +0000 (00:14 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 3 Jul 2011 22:14:08 +0000 (00:14 +0200)
(bug#8769).

lisp/ChangeLog
lisp/dired.el

index fa46ab7..2e4b6cc 100644 (file)
@@ -1,3 +1,8 @@
+2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * dired.el (dired-flagging-regexp): Removed unused variable
+       (bug#8769).
+
 2011-03-29  Kevin Ryde  <user42@zip.com.au>
 
        * progmodes/compile.el (compilation-error-regexp-alist-alist):
index 929d444..2f40913 100644 (file)
@@ -238,8 +238,6 @@ This is what the do-commands look for, and what the mark-commands store.")
 ;;  (> baud-rate search-slow-speed)
   "Non-nil means Dired shrinks the display buffer to fit the marked files.")
 
-(defvar dired-flagging-regexp nil);; Last regexp used to flag files.
-
 (defvar dired-file-version-alist)
 
 ;;;###autoload