comparison lisp/dired.el @ 90201:fbb2bea03df9

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-69 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 474-484) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 88-91) - Merge from emacs--cvs-trunk--0 - Update FSF's address in GPL notices - Update from CVS
author Miles Bader <miles@gnu.org>
date Thu, 14 Jul 2005 08:02:00 +0000
parents f9a65d7ebd29 7fc36b055c09
children 187d6a1f84f7
comparison
equal deleted inserted replaced
90200:f9a65d7ebd29 90201:fbb2bea03df9
222 ;; For example, commands operating on two sets of files, A and B. 222 ;; For example, commands operating on two sets of files, A and B.
223 ;; Or marking files with digits 0-9. This could implicate 223 ;; Or marking files with digits 0-9. This could implicate
224 ;; concentric sets or an order for the marked files. 224 ;; concentric sets or an order for the marked files.
225 ;; The code depends on dynamic scoping on the marker char. 225 ;; The code depends on dynamic scoping on the marker char.
226 "In Dired, the current mark character. 226 "In Dired, the current mark character.
227 This is what the `do' commands look for and what the `mark' commands store.") 227 This is what the do-commands look for, and what the mark-commands store.")
228 228
229 (defvar dired-del-marker ?D 229 (defvar dired-del-marker ?D
230 "Character used to flag files for deletion.") 230 "Character used to flag files for deletion.")
231 231
232 (defvar dired-shrink-to-fit 232 (defvar dired-shrink-to-fit