Mercurial > emacs
comparison lisp/ChangeLog @ 94889:e80a3956601b
(dired-read-dir-and-switches): Ignore ., .., and
completion-ignored-extension directories if there's something else.
(dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
(dired-remember-marks, dired-undo, dired-build-subdir-alist)
(dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
(dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
buffer-read-only -> inhibit-read-only.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 13 May 2008 05:15:57 +0000 |
parents | 2021b2b9d63c |
children | 8a9fade74963 |
comparison
equal
deleted
inserted
replaced
94888:77013c501e34 | 94889:e80a3956601b |
---|---|
1 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * dired.el (dired-read-dir-and-switches): Ignore ., .., and | |
4 completion-ignored-extension directories if there's something else. | |
5 (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert) | |
6 (dired-remember-marks, dired-undo, dired-build-subdir-alist) | |
7 (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark) | |
8 (dired-toggle-marks, dired-change-marks, dired-unmark-all-files): | |
9 buffer-read-only -> inhibit-read-only. | |
10 | |
1 2008-05-12 Eric S. Raymond <esr@snark.thyrsus.com> | 11 2008-05-12 Eric S. Raymond <esr@snark.thyrsus.com> |
2 | 12 |
3 * vc.el (vc-expand-dirs): Stop this function from tossing out | 13 * vc.el (vc-expand-dirs): Stop this function from tossing out |
4 explicitly specified files. | 14 explicitly specified files. |
5 | 15 |