* dired.el (dired-flagging-regexp): Removed unused variable

(bug#8769).
This commit is contained in:
Lars Magne Ingebrigtsen 2011-07-04 00:14:08 +02:00
parent 6cbbc20c42
commit 9fa3dd4548
2 changed files with 5 additions and 2 deletions

View 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):

View 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