[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/dired.el
From: |
Juri Linkov |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/dired.el |
Date: |
Sat, 09 Jul 2005 16:44:06 -0400 |
Index: emacs/lisp/dired.el
diff -c emacs/lisp/dired.el:1.316 emacs/lisp/dired.el:1.317
*** emacs/lisp/dired.el:1.316 Mon Jul 4 23:08:52 2005
--- emacs/lisp/dired.el Sat Jul 9 20:44:05 2005
***************
*** 224,230 ****
;; concentric sets or an order for the marked files.
;; The code depends on dynamic scoping on the marker char.
"In Dired, the current mark character.
! This is what the `do' commands look for and what the `mark' commands store.")
(defvar dired-del-marker ?D
"Character used to flag files for deletion.")
--- 224,230 ----
;; concentric sets or an order for the marked files.
;; The code depends on dynamic scoping on the marker char.
"In Dired, the current mark character.
! This is what the do-commands look for, and what the mark-commands store.")
(defvar dired-del-marker ?D
"Character used to flag files for deletion.")
- [Emacs-diffs] Changes to emacs/lisp/dired.el, Richard M . Stallman, 2005/07/03
- [Emacs-diffs] Changes to emacs/lisp/dired.el, Lute Kamstra, 2005/07/04
- [Emacs-diffs] Changes to emacs/lisp/dired.el,
Juri Linkov <=
- [Emacs-diffs] Changes to emacs/lisp/dired.el, Juanma Barranquero, 2005/07/18
- [Emacs-diffs] Changes to emacs/lisp/dired.el, Juri Linkov, 2005/07/18
- [Emacs-diffs] Changes to emacs/lisp/dired.el, Juanma Barranquero, 2005/07/20
- [Emacs-diffs] Changes to emacs/lisp/dired.el, Eli Zaretskii, 2005/07/22