Mercurial > emacs
comparison lisp/ChangeLog @ 94800:1f66528f35c3
(vc-dispatcher-browsing): Use derived-mode-p.
(vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
(vc-dispatcher-in-fileset-p): New fun.
(vc-dispatcher-selection-set): Use it to properly handle directories.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 09 May 2008 15:30:47 +0000 |
parents | 6a8a15e68e80 |
children | 0c63a93bf877 |
comparison
equal
deleted
inserted
replaced
94799:b80a6e243f4c | 94800:1f66528f35c3 |
---|---|
1 2008-05-09 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p. | |
4 (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing. | |
5 (vc-dispatcher-in-fileset-p): New fun. | |
6 (vc-dispatcher-selection-set): Use it to properly handle directories. | |
7 | |
1 2008-05-09 Dan Nicolaescu <dann@ics.uci.edu> | 8 2008-05-09 Dan Nicolaescu <dann@ics.uci.edu> |
2 | 9 |
3 * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback) | 10 * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback) |
4 (vc-update): Remove unused let bindings. | 11 (vc-update): Remove unused let bindings. |
5 | 12 |