mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-22 21:07:36 +00:00
* dired.el (dired-flagging-regexp): Removed unused variable
(bug#8769).
This commit is contained in:
parent
6cbbc20c42
commit
9fa3dd4548
2 changed files with 5 additions and 2 deletions
|
|
@ -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):
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue